Skip to content

Commit

Permalink
Merge pull request #18 from nennigb/fix-ci-var
Browse files Browse the repository at this point in the history
Fix unset environement variable in CI.
  • Loading branch information
MartinGhienne authored Mar 14, 2024
2 parents a0a3148 + 79e9beb commit 17b2531
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install the package
env:
EASTEREIG_USE_FPOLY: ${{ matrix.EASTEREIG_USE_FPOLY }}
run: |
pip install -e .
# Check if .so is there
Expand Down

0 comments on commit 17b2531

Please sign in to comment.