Skip to content

Commit

Permalink
ci(test.yaml): re-ordering steps when installing and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
timurcarstensen committed Nov 25, 2024
1 parent 2287b45 commit 0cfcfa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: run tests
run: |
uv venv --python ${{ matrix.python-version }}
source .venv/bin/activate
uv pip install -e ".[dev]"
uv run pytest -m "" # Run all markers

0 comments on commit 0cfcfa1

Please sign in to comment.