Skip to content

Commit

Permalink
GHA fixes (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 9, 2022
1 parent 0a9275b commit 6e2581b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Switch to using Python 3.10 by default
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"
- name: Install tox
run: >-
python3 -m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version:
- 3.9
os:
- ubuntu-20.04
- ubuntu-22.04
env:
- TOXENV: lint
- TOXENV: docs
Expand Down

0 comments on commit 6e2581b

Please sign in to comment.