Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into planning/add-hierar…
Browse files Browse the repository at this point in the history
…chical-problem
  • Loading branch information
MathisFederico committed Mar 12, 2024
2 parents 48e1662 + 97bf01f commit 18c3ad5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/python-tests-no-optdeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ jobs:
git submodule update --init --recursive
python -m pip install --upgrade pip
pip install .[dev]
- name: Setup java for ENHSP
uses: actions/setup-java@v2
with:
distribution: "microsoft"
java-version: "17"
- name: Download and install ENHSP
run: |
git clone https://gitlab.com/enricos83/ENHSP-Public.git
cd ENHSP-Public; git checkout enhsp20-0.9.7; bash ./compile; cd ..
bash -c "mkdir .planners; mv ENHSP-Public/enhsp-dist .planners/enhsp-20; rm -rf ENHSP-Public"
- name: Test with pytest
run: |
pytest tests

0 comments on commit 18c3ad5

Please sign in to comment.