Skip to content

Commit

Permalink
OscarCI: remove aqua tests for oscar
Browse files Browse the repository at this point in the history
these fail due to not using the correct environments and package versions
  • Loading branch information
benlorenz committed Jun 2, 2024
1 parent 38c1fc4 commit 3dfa9a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/oscar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ jobs:
- name: "Inject Test-Dependency for Oscar"
run: |
sed -i -e "s/Test =/Oscar = \"f1435218-dba5-11e9-1e4d-f1a5fab5fc13\"\nTest =/" test/Project.toml
- name: "Remove Oscar/Aqua test"
run: |
rm -f oscar-dev/Oscar/test/Aqua.jl
- name: "Run tests"
run: |
echo '${{ env.oscar_run_tests }}'
Expand Down

0 comments on commit 3dfa9a9

Please sign in to comment.