Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Dec 20, 2021
1 parent 0783f9b commit 0d8a0c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
restore-keys: |
pip-lint-
- name: Install dependencies
uses: py-actions/py-dependency-install@v2
uses: py-actions/py-dependency-install@v3.0.0
with:
path: requirements-dev.txt
- name: Run linters
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
restore-keys: |
pip-ci-${{ runner.os }}-${{ matrix.python-version }}-
- name: Install dependencies
uses: py-actions/py-dependency-install@v2
uses: py-actions/py-dependency-install@v3.0.0
with:
path: requirements-dev.txt
- name: Run unittests
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
- name: Install dependencies
uses: py-actions/py-dependency-install@v2
uses: py-actions/py-dependency-install@v3.0.0
with:
path: requirements-dev.txt
- name: Install twine
Expand Down

0 comments on commit 0d8a0c8

Please sign in to comment.