Skip to content

Commit

Permalink
revert setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Oct 5, 2024
1 parent a688e0e commit 58bb342
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:

env:
UV_SYSTEM_PYTHON: 1
# Configure a constant location for the uv cache
UV_CACHE_DIR: /tmp/.uv-cache
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -26,7 +24,9 @@ jobs:
**/requirements*.txt
**/pyproject.toml
- name: Set up Python
run: uv python install 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install dependencies
run: uv pip install nox[uv]
- name: Test with pytest
Expand Down

0 comments on commit 58bb342

Please sign in to comment.