Skip to content

Commit

Permalink
explicitly require at least the current pre-release in tox test
Browse files Browse the repository at this point in the history
  • Loading branch information
roeger committed Nov 6, 2023
1 parent 65d36fe commit 0584068
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:

- name: Install dependencies
run: |
pip3 install --pre unified-planning
pip3 install tox
- name: Run basic test
Expand Down Expand Up @@ -138,7 +137,6 @@ jobs:

- name: Install dependencies
run: |
pip3 install --pre unified-planning
pip3 install tox
- name: Run basic test
Expand Down
2 changes: 1 addition & 1 deletion misc/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ changedir = {toxinidir}/tests/
deps =
pytest
up-fast-downward
unified-planning
unified-planning >= 1.0.0.168.dev1
commands =
pytest test-simple.py

0 comments on commit 0584068

Please sign in to comment.