Skip to content

Commit

Permalink
cd
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Sep 13, 2023
1 parent c3e06f2 commit 48590ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,13 @@ jobs:
run: |
# Gross:
pip install toml
ls
cat pyproject.toml
python scripts/requirements.py build | pip install -r /dev/stdin
pip install --no-build-isolation .
python scripts/requirements.py run | pip install -r /dev/stdin
pip install pytest-cov pytest-timeout pytest-xdist pytest-timeout
- name: Run tests
shell: bash
working-directory: pyop3
run: |
pytest \
--durations=200 \
Expand Down

0 comments on commit 48590ce

Please sign in to comment.