Skip to content

Commit

Permalink
chore(gh): 3.12 instead of 3.13 pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvandernoord committed May 22, 2024
1 parent 894f217 commit 4baab76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/su6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cache: 'pip' # caching pip dependencies
- uses: yezz123/setup-uv@v4
- run: >
uv venv --python 3.13 --seed &&
uv venv --python 3.12 --seed &&
source .venv/bin/activate &&
uv pip install su6[all] .[dev,all] &&
su6 all --coverage 100

0 comments on commit 4baab76

Please sign in to comment.