Skip to content

Commit

Permalink
remove macos from the testing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
JHu-s committed Jul 29, 2024
1 parent dc6e162 commit 188fc78
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/basic_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ on:
jobs:

run_tests:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.10"]
fail-fast: true


steps:
Expand All @@ -28,7 +25,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
python-version: 3.10

- name: Install Poetry
shell: bash -l {0}
Expand Down

0 comments on commit 188fc78

Please sign in to comment.