We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b282a1 commit e0bbbe4Copy full SHA for e0bbbe4
1 file changed
.github/workflows/tests.yml
@@ -12,6 +12,6 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@v4
14
- name: Install test dependencies
15
- run: python -m pip install -e ".[test]"
+ run: python3 -m pip install -e ".[test]"
16
- name: Run tests
17
run: pytest
0 commit comments