Skip to content

Commit 4ee4885

Browse files
committed
try debain
1 parent d8316fc commit 4ee4885

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cross-platform.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
strategy:
1717
matrix:
1818
#os: [ubuntu-latest, windows-latest, macos-latest]
19-
os: [ubuntu-latest, macos-latest]
20-
python-version: ["3.10", "3.12"]
19+
#os: [ubuntu-latest, macos-latest]
20+
os: [debian-latest]
21+
#python-version: ["3.10", "3.12"]
22+
python-version: ["3.12"]
2123

2224
steps:
2325
- uses: actions/checkout@v4

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ passenv =
2929
extras =
3030
testing
3131

32-
3332
commands = pytest -v --color=yes
3433
#--cov=epicure --cov-report=xml

0 commit comments

Comments
 (0)