Skip to content

Commit

Permalink
fix(ci): publish on python 3.10
Browse files Browse the repository at this point in the history
It was using python 3.1 due to the last 0 being stripped from the float value. Passed as string now.
  • Loading branch information
yajo authored Nov 2, 2021
1 parent 4cc2e48 commit 2a059d2
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 @@ -92,7 +92,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: generate cache key PY
run:
echo "PY=$((python -VV; pip freeze) | sha256sum | cut -d' ' -f1)" >>
Expand Down

0 comments on commit 2a059d2

Please sign in to comment.