From 2f050197917ec1c58b461840fc4cdbbde6bb8560 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:33:18 -0400 Subject: [PATCH] disable tox-env, install dev --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 18cafb20..c4562712 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,11 +45,11 @@ jobs: matrix: include: - python-version: "3.9" - tox-env: "py39-esmpy-coveralls" +# tox-env: "py39-esmpy-coveralls" - python-version: "3.10" - tox-env: "py310-esmpy-coveralls" +# tox-env: "py310-esmpy-coveralls" - python-version: "3.11" - tox-env: "py311-esmpy-coveralls" +# tox-env: "py311-esmpy-coveralls" defaults: run: shell: bash -l {0} @@ -81,7 +81,7 @@ jobs: make translate - name: Install xscen run: | - pip install --editable . + pip install --editable ".[dev]" - name: Test with pytest run: | pytest --cov xscen