Skip to content

Commit

Permalink
fix conda run
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 18, 2024
1 parent b7c808c commit 74f17c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
- name: Test with tox
uses: aganders3/headless-gui@v2
with:
run: conda run -n test --no-capture-output tox -e py311-PySide2-conda
run: conda run -n test --no-capture-output tox -e py312-PySide2-conda
timeout-minutes: 60

check-package:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extras =
commands =
python -m pytest package/tests --json-report --json-report-file={toxinidir}/report-{envname}-{sys_platform}.json {posargs}

[testenv:py311-PySide2-conda]
[testenv:py312-PySide2-conda]
conda_env=environment.yml
deps=
pytest
Expand Down

0 comments on commit 74f17c7

Please sign in to comment.