mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix yaml: indentation was wrong
This commit is contained in:
parent
c7c167a058
commit
44da3fd195
12
.github/workflows/docker-publish.yml
vendored
12
.github/workflows/docker-publish.yml
vendored
@ -15,12 +15,12 @@ jobs:
|
||||
- 3.7.5
|
||||
- 3.8.2
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install python version
|
||||
uses: gabrielfalcao/pyenv-action@v7
|
||||
with:
|
||||
default: "${{ matrix.python }}"
|
||||
command: "pip install -U pip"
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install python version
|
||||
uses: gabrielfalcao/pyenv-action@v7
|
||||
with:
|
||||
default: "${{ matrix.python }}"
|
||||
command: "pip install -U pip"
|
||||
- name: Tests
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user