Skip to content

Commit

Permalink
Fix py 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 25, 2024
1 parent e727a51 commit 7a447a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/py313.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
run: uv python install ${{ matrix.python-version }}

- name: Install dependencies
run: uv pip install -r pyproject.toml --prerelease=allow
run: |
uv venv --python ${{ matrix.python-version }}
uv pip install -r pyproject.toml --prerelease=allow
- name: Test import
run: |
Expand Down

0 comments on commit 7a447a3

Please sign in to comment.