Skip to content

Commit

Permalink
FORCE_COLOR=1 python -E -c "1/0"
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 12, 2024
1 parent af7a0b1 commit 9ff2357
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,8 @@ jobs:
fail-fast: false
matrix:
python-version: [
"pypy3.10",
"3.8",
"3.9",
"3.10",
"3.11",
"3.12",
"3.13",
"3.14",
"3",
"3.x",
]
os: [
windows-latest,
Expand All @@ -44,19 +36,8 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install -U pip
python3 -m pip install -U pytest
python3 -m pip install -U tqdm
python3 -m pip install -vvv coverage>=7.4.2
- name: Test
run: |
python --version
python test.py
python -m pip --version
jq --version
- run: |
python -m pip install uv
uv --version
uv venv
uv pip install norwegianblue --color=always
python --version --version
FORCE_COLOR=1 python -E -c "1/0"

0 comments on commit 9ff2357

Please sign in to comment.