Skip to content

Commit

Permalink
Removed IACA get from workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesouza committed Dec 10, 2023
1 parent 316dd02 commit d95d7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python -m pip install codecov requests sympy
python -m pip install git+https://github.com/RRZE-HPC/OSACA.git@InstrucForm
python -m pip install -e .
iaca_get --I-accept-the-Intel-What-If-Pre-Release-License-Agreement-and-please-take-my-soul
#iaca_get --I-accept-the-Intel-What-If-Pre-Release-License-Agreement-and-please-take-my-soul
- name: Test
run: |
coverage run -p tests/all_tests.py
Expand Down

0 comments on commit d95d7f0

Please sign in to comment.