Skip to content

Commit

Permalink
fix: github py version
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Oct 16, 2021
1 parent b1831d6 commit 04912ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
key: ${{ runner.os }}-{{ matrix.python-version }}-poetry-test-${{ hashFiles('poetry.lock') }}
restore-keys: |
${{ runner.os }}-{{ matrix.python-version }}-poetry-test-
- uses: Gr1N/setup-poetry@v4
- uses: Gr1N/setup-poetry@v7
- name: Install dependencies
run: poetry install
- name: Test with pytest
Expand Down

0 comments on commit 04912ec

Please sign in to comment.