Skip to content

Commit

Permalink
ci: upgrade pip to fix 3.11 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Nov 13, 2022
1 parent e34e72e commit f1140a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Test with tox
run: |
source .venv/bin/activate
python -m pip install --upgrade pip
poetry add tox-gh-actions
tox
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on-release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Test with tox
run: |
source .venv/bin/activate
python -m pip install --upgrade pip
poetry add tox-gh-actions
tox
Expand Down

0 comments on commit f1140a4

Please sign in to comment.