Skip to content

Commit

Permalink
Fix python version to avoid 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
turran committed Apr 25, 2024
1 parent 075dc41 commit 1c23c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
python-version: [3.10]
python-version: ["3.10"]
steps:
- name: Publish to PyPi
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
python-version: [3.10]

python-version: ["3.10"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 1c23c5a

Please sign in to comment.