We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef07b7 commit d9e3e58Copy full SHA for d9e3e58
.github/workflows/test_routine.yml
@@ -21,13 +21,12 @@ jobs:
21
uses: actions/setup-python@v5
22
with:
23
python-version: ${{ matrix.python-version }}
24
- - name: Install pytest
25
- run: python -m pip install --upgrade pytest
26
- name: Install dependecies
27
run: |
28
conda --version
29
which python
30
python -m pip install .
+ python -m pip install pytest
31
32
- name: Run tests
33
0 commit comments