From b1021be17f6a23f4b0bbb0355399eef63e9e55aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=A9o=20Lohrer?= Date: Thu, 4 Apr 2024 17:57:00 +0200 Subject: [PATCH] upd: remove macos from targets temporarily --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 07d400f..aea6701 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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: