Skip to content

Commit

Permalink
Fix Github action label
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Sep 19, 2024
1 parent 3704676 commit 740947f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Test install
- name: Install dev dependencies
run: |
python -m pip install .[dev]
- name: Test with pytest
Expand Down

0 comments on commit 740947f

Please sign in to comment.