Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Oct 14, 2024
1 parent 2b5a0ce commit 5634b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: ./.github/actions/setup-python-env
with:
python-version: ${{ matrix.python-version }}
resolution: "highest"
resolution: "lowest-direct"

- name: Run Python unit tests
run: uv run python -m pytest tests --cov --cov-config=pyproject.toml --cov-report=xml --verbose
Expand Down

0 comments on commit 5634b15

Please sign in to comment.