Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 14, 2024
1 parent b35a308 commit 3215a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
arch: x64
os: windows-latest
toxenv: py38
color: false
color: 0
tox_extra_args: "-n 0 mypy/test/testpythoneval.py::PythonEvaluationSuite::pythoneval.test::testDataclassReplace"
- name: Test suite with py39-ubuntu
python: '3.9'
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
env:
TOX_SKIP_MISSING_INTERPRETERS: False
# Rich (pip)
FORCE_COLOR: 0
FORCE_COLOR: ${{ matrix.color || 1 }}
# Tox
PY_COLORS: 1
# Mypy (see https://github.com/python/mypy/issues/7771)
Expand Down

0 comments on commit 3215a1f

Please sign in to comment.