Skip to content

Commit

Permalink
set macosx deployment target = 10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdavis committed Sep 13, 2024
1 parent 28cb835 commit 8423cdb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,15 @@ jobs:
run: |
echo "OMP_NUM_THREADS=2" >> $GITHUB_ENV
- name: Test Core
# - name: Test Core
# run: |
# pip install .[testing]
# pip freeze
# pytest -vvvsx --timeout=2000 --timeout-method=thread -m "not slow" --durations=50
- name: Set macOS deployment target
run: |
pip install .[testing]
pip freeze
pytest -vvvsx --timeout=2000 --timeout-method=thread -m "not slow" --durations=50
echo "MACOSX_DEPLOYMENT_TARGET=10.13" >> $GITHUB_ENV
if: ${{ runner.os == 'macOS' }}

- name: Test GOGGLE
run: |
Expand Down

0 comments on commit 8423cdb

Please sign in to comment.