Skip to content

Commit

Permalink
Fix python setup in coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MrThearMan committed Jan 9, 2023
1 parent 914df08 commit 32fb352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
uses: actions/setup-python@v4
with:
cache: "poetry"
env: "3.11"
python-version: "3.11"

- name: "Install dependencies"
run: poetry install
Expand Down

0 comments on commit 32fb352

Please sign in to comment.