Skip to content

Commit 8821782

Browse files
committed
ci(tox): fix ubuntu
1 parent 84675b1 commit 8821782

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
# os: [ubuntu-latest, macos-latest, windows-latest]
14-
os: [ubuntu-latest, windows-latest]
14+
os: [windows-latest]
1515
python-version: ["3.9","3.10","3.11","3.12","3.13"]
1616
steps:
1717
- uses: actions/checkout@v4
@@ -29,7 +29,6 @@ jobs:
2929
python -m pip install --upgrade pip
3030
pip install .
3131
pip install tox
32-
timeout-minutes: 10
3332
- name: Run tox
3433
# Run tox using the version of Python in `PATH`
3534
run: tox -e py

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Repository = "https://github.com/TMYTiMidlY/QuantumAlgorithm.git"
3939

4040
[tool.tox]
4141
requires = ["tox>=4.19"]
42-
# env_list = ["3.13", "3.12", "type"]
43-
env_list = ["3.12"]
42+
env_list = ["3.9", "3.10", "3.11", "3.12", "3.13"]
43+
# env_list = ["type", "3.9", "3.10", "3.11", "3.12", "3.13"]
4444

4545
[tool.tox.env_run_base]
4646
description = "Run test under {base_python}"

0 commit comments

Comments
 (0)