mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
List python versions differently so the pyenv action might light it better
This commit is contained in:
parent
96da61f4e4
commit
e761cc76fa
1 changed files with 4 additions and 1 deletions
5
.github/workflows/docker-publish.yml
vendored
5
.github/workflows/docker-publish.yml
vendored
|
|
@ -10,7 +10,10 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04]
|
||||
python: [3.6,3.7,3.8]
|
||||
python:
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install python version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue