Skip to content

Commit

Permalink
upd: remove macos from targets temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-lohrer-su committed Apr 4, 2024
1 parent 9bbd49a commit b1021be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
python: ["3.10", "3.x"]
steps:
- uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Install package
run: poetry install
- name: Run tests
run: sudo $(poetry env info -p)/bin/pytest --cov=fast_mda_traceroute --cov-report=xml
run: sudo $(poetry env info -p)/bin/pytest -n 4 --cov=fast_mda_traceroute --cov-report=xml
- uses: codecov/codecov-action@v2

docker:
Expand Down

0 comments on commit b1021be

Please sign in to comment.