Skip to content

Commit

Permalink
fp contract on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed May 21, 2024
1 parent 13dbeff commit 72b939a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
pip install pytest
pip install -r requirements.txt
pip install multiprocess
- name: Setting up environment variables
if: ${{ contains(matrix.os, 'macos') }}
run: export FFP_CONTRACT_OFF=1
- name: Build package
run: pip install -e .
- name: Output package contents
Expand Down

0 comments on commit 72b939a

Please sign in to comment.