Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
igonzf committed Nov 4, 2024
1 parent ce58421 commit e7b9de5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
steps:
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y wget python3-vcstool python3-pytest python3-colcon-coveragepy-result libfl-dev pip
run: sudo apt-get update && sudo apt-get install -y wget python3-vcstool python3-pytest python3-colcon-coveragepy-result libfl-dev pip && pip install ConfigSpace && pip install typing_extensions==4.7.1 --upgrade
- name: fix pytest name
run: sudo ln -s /usr/bin/pytest-3 /usr/bin/pytest
- name: Install unified planning from sources
Expand All @@ -41,14 +41,8 @@ jobs:
python3 scripts/test_imports.py
cd ..
git clone https://github.com/aiplan4eu/up-tamer
cd up-tamer
git checkout ${{env.up_tamer_commit}}
cd ..
python3 -m pip install up-tamer/
git clone https://github.com/aiplan4eu/up-pyperplan
cd up-pyperplan
git checkout ${{env.up_pyperplan_commit}}
cd ..
python3 -m pip install up-pyperplan/
pip install unified_planning[tamer]
Expand Down

0 comments on commit e7b9de5

Please sign in to comment.