Skip to content

Commit

Permalink
Fix CI (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Mar 7, 2024
1 parent cd68ba8 commit 38a05fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_tox_gh.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def test_gh_ok(monkeypatch: MonkeyPatch, tox_project: ToxProjectCreator, tmp_pat
"::endgroup::",
"::group::tox:b",
"::endgroup::",
ANY, # .pkg: _exit
ANY, # a status
ANY, # b status
ANY, # outcome
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ extras =
commands =
python -m pip list --format=columns
python -c 'import sys; print(sys.executable)'
uv_seed = true

[gh]
python =
Expand Down

0 comments on commit 38a05fb

Please sign in to comment.