Skip to content

Commit

Permalink
disable tox-env, install dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Oct 17, 2023
1 parent 05f9816 commit 2f05019
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2f05019

Please sign in to comment.