Skip to content

Commit

Permalink
FFB
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed May 21, 2024
1 parent d1fa83e commit 74985c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
pip install pytest
pip install -r requirements.txt
pip install multiprocess
- name: Setting up environment variables
if: ${{ contains(matrix.os, 'macos') }}
run: echo "1" >> $FFP_CONTRACT_OFF
- name: Build package
run: pip install -e .
env:
FFP_CONTRACT_OFF: 1
- name: Output package contents
run: |
pip show rebound -vf
Expand Down

0 comments on commit 74985c2

Please sign in to comment.