Skip to content

Commit

Permalink
Try another way to setup env variable in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aymgal committed Mar 15, 2024
1 parent 4455d92 commit a7d31ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
# disable numba.jit as it causes issues with JAX
export NUMBA_DISABLE_JIT=false
echo "NUMBA_DISABLE_JIT=false" >> $GITHUB_ENV
python -m pip install --upgrade pip
python -m pip install --upgrade pytest
python -m pip install flake8 pytest pytest-cov coveralls
Expand Down

0 comments on commit a7d31ad

Please sign in to comment.