Skip to content

Commit

Permalink
unpin py310 patch revision (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstanevich authored Dec 10, 2024
1 parent cd11b05 commit 4be74a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Setup python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.10.14
python-version: 3.10.x
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.10.14
python-version: 3.10.x
- name: Add wheel dependency
run: pip install wheel
- name: Generate dist
Expand Down

0 comments on commit 4be74a7

Please sign in to comment.