Skip to content

Commit

Permalink
👷Trying to fix the CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 committed Jun 20, 2022
1 parent e36711d commit 238ed12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ jobs:
shell: bash -l {0}
run: |
pip install -e .[full]
export MKL_SERVICE_FORCE_INTEL=1
- name: Test with pytest
shell: bash -l {0}
run: |
export MKL_THREADING_LAYER=GNU
export MKL_SERVICE_FORCE_INTEL=1
pytest -v --cov --durations=0
deploy:
Expand Down

0 comments on commit 238ed12

Please sign in to comment.