From 05840683885ba40dc6613da115cd213a9e8fcf8f Mon Sep 17 00:00:00 2001 From: Gabriele Roeger Date: Mon, 6 Nov 2023 20:46:54 +0100 Subject: [PATCH] explicitly require at least the current pre-release in tox test --- .github/workflows/main.yml | 2 -- misc/tox.ini | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2831f7..1cadc39 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -103,7 +103,6 @@ jobs: - name: Install dependencies run: | - pip3 install --pre unified-planning pip3 install tox - name: Run basic test @@ -138,7 +137,6 @@ jobs: - name: Install dependencies run: | - pip3 install --pre unified-planning pip3 install tox - name: Run basic test diff --git a/misc/tox.ini b/misc/tox.ini index 94a3ae7..a1c9d16 100644 --- a/misc/tox.ini +++ b/misc/tox.ini @@ -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