Skip to content

Commit

Permalink
remove mac-os
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbranson committed Sep 11, 2024
1 parent d2ea187 commit ecf1ff3
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -22,15 +22,11 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Python dependencies
uses: getsentry/action-setup-venv@v2
with:
python-version: ${{ matrix.python-version }}
system-site-packages: false
cache-dependency-path: |
requirements.txt
install-cmd: |
pip install -r requirements.txt
pip install -e . --no-deps --force-reinstall
shell: bash -l {0}
run: |
python3 -m pip install -r requirements.txt
python3 -m pip install -e . --no-deps --force-reinstall
- name: Run tests
run: |
Expand Down

0 comments on commit ecf1ff3

Please sign in to comment.