We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8316fc commit 4ee4885Copy full SHA for 4ee4885
2 files changed
.github/workflows/cross-platform.yml
@@ -16,8 +16,10 @@ jobs:
16
strategy:
17
matrix:
18
#os: [ubuntu-latest, windows-latest, macos-latest]
19
- os: [ubuntu-latest, macos-latest]
20
- python-version: ["3.10", "3.12"]
+ #os: [ubuntu-latest, macos-latest]
+ os: [debian-latest]
21
+ #python-version: ["3.10", "3.12"]
22
+ python-version: ["3.12"]
23
24
steps:
25
- uses: actions/checkout@v4
tox.ini
@@ -29,6 +29,5 @@ passenv =
29
extras =
30
testing
31
32
-
33
commands = pytest -v --color=yes
34
#--cov=epicure --cov-report=xml
0 commit comments