Skip to content

Commit

Permalink
add back in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Jul 6, 2024
1 parent f0eb058 commit 7fa36da
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
# In order to save resources, only run particular
# matrix slots on other OS than Linux.
include:
# - os: "macos-latest"
# python-version: "3.12"
- os: "macos-latest"
python-version: "3.12"
- os: "windows-latest"
python-version: "3.12"

Expand Down Expand Up @@ -59,12 +59,12 @@ jobs:
pip3 install --requirement=requirements-test.txt
pip3 install --editable=.
#- name: Install project (macOS)
# if: runner.os == "macOS"
# run: |
# pip3 install --break-system-packages --requirement=requirements-test.txt
# pip3 install --break-system-packages --editable=.
#
- name: Install project (macOS)
if: runner.os == 'macOS'
run: |
pip3 install --break-system-packages --requirement=requirements-test.txt
pip3 install --break-system-packages --editable=.
- name: Install project (Windows)
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit 7fa36da

Please sign in to comment.