Skip to content

Commit

Permalink
revert to proper dacbench installation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Oct 2, 2024
1 parent ddcfeba commit 9422226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
env:
package-name: "mighty"
test-dir: test
extra-requires: "[dev,carl,pufferlib]" # "" for no extra_requires
extra-requires: "[dev,carl,pufferlib,dacbench]" # "" for no extra_requires

# Arguments used for pytest
pytest-args: >-
Expand Down Expand Up @@ -49,9 +49,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install wheel
python -m pip install dacbench
python -m pip install -e ".${{ env.extra-requires }}"
python -m pip show carl-bench
- name: Store git status
id: status-before
Expand All @@ -60,10 +58,7 @@ jobs:
echo "::set-output name=BEFORE::$(git status --porcelain -b)"
- name: Tests
run: |
python -m pip show carl-bench
python test_carl_import.py
make test
run: make test

- name: Check for files left behind by test
run: |
Expand Down
4 changes: 0 additions & 4 deletions test_carl_import.py

This file was deleted.

0 comments on commit 9422226

Please sign in to comment.