Skip to content

Commit

Permalink
👷 Remove Java from no-deps CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisFederico committed Mar 12, 2024
1 parent 03e1918 commit 97bf01f
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 97bf01f

Please sign in to comment.