Skip to content

Commit f62eb2c

Browse files
👷 Remove custom enhsp install
1 parent 4564798 commit f62eb2c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/python-tests-all-optdeps.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
with:
3232
distribution: "microsoft"
3333
java-version: "17"
34-
- name: Download and install ENHSP
35-
run: |
36-
git clone https://gitlab.com/enricos83/ENHSP-Public.git
37-
cd ENHSP-Public; git checkout enhsp20-0.9.7; bash ./compile; cd ..
38-
bash -c "mkdir .planners; mv ENHSP-Public/enhsp-dist .planners/enhsp-20; rm -rf ENHSP-Public"
3934
- name: Test with pytest
4035
run: |
4136
pytest tests

0 commit comments

Comments
 (0)