Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Apr 16, 2024
1 parent 9499c33 commit 10515d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.10']

steps:
- uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Run Tox
env:
MILAN_CI_TEST: 1
run: tox -e py
run: tox -e "demos"

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand All @@ -45,4 +45,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: python-${{ matrix.python-version }}-artifacts
path: tests/artifacts
path: doc

0 comments on commit 10515d5

Please sign in to comment.