Skip to content

Commit

Permalink
trying some f2c
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Jun 10, 2024
1 parent 25f655a commit 699e3e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
with:
python-version: '3.11'

- name: Install libraries # f2c, temporary
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
apt install f2c
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install f2c
fi
- name: Editable install
run: python -m pip install -v -e .[test]

Expand Down

0 comments on commit 699e3e2

Please sign in to comment.