From 4592c0a58a9e8f3d1430b08fb5812410dae9524a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Arnoux?= Date: Wed, 4 Oct 2023 10:19:03 +0200 Subject: [PATCH] Change pytest install to benefit toml format --- .github/workflows/main.yml | 3 +-- VERSION | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5a0ac918..126cfc2d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,8 +32,7 @@ jobs: shell: bash -l {0} run: | conda install -y --file requirements.txt - conda install -y pytest - pip install . + pip install .[test] # Check that it is installed and displays help without error - name: Check that PPanGGOLiN is installed shell: bash -l {0} diff --git a/VERSION b/VERSION index 1b3db87e..3cff2901 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.188 +1.2.189