Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed Nov 1, 2023
1 parent 1c1abda commit b4057a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install poetry
uses: abatilo/[email protected]
with:
poetry-version: '1.6.1'
poetry-version: '1.3.2'
- name: Install pip dependencies
run: poetry install
- name: pre-commit
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
python-version: ['3.11', '3.10', '3.9', '3.8', '3.7']
poetry-version: ['1.6.1']
poetry-version: ['1.3.2']
runs-on: ubuntu-20.04
env:
IS_COVERAGE_ALLOWED: ${{ secrets.CODECOV_TOKEN != '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install poetry
uses: abatilo/[email protected]
with:
poetry-version: '1.6.1'
poetry-version: '1.3.2'
- name: Install pip dependencies
run: poetry install
- name: Package
Expand Down

0 comments on commit b4057a2

Please sign in to comment.