Skip to content

Commit

Permalink
debug: run examples/main.py manually
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito committed Sep 6, 2024
1 parent ad5545d commit 054b844
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 94 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/docs.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/lint.yml

This file was deleted.

12 changes: 3 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [macos-latest]
python-version: ["3.12"]

timeout-minutes: 30
Expand Down Expand Up @@ -49,14 +49,8 @@ jobs:
- if: ${{ (matrix.os == 'ubuntu-latest') || (matrix.os == 'macos-latest') }}
name: Unit tests and coverage (ubuntu-latest, macos-latest)
run: |
pyver=`echo ${{ matrix.python-version }} | tr -d "."`
tox -e py${pyver} -- -m 'not e2e'
tox -e py${pyver}-nb
- if: ${{ (matrix.os == 'ubuntu-latest') || (matrix.os == 'macos-latest') }}
name: Notebook tests (ubuntu-latest, macos-latest)
run: |
pyver=`echo ${{ matrix.python-version }} | tr -d "."`
tox -e py${pyver}-nb
pip install .
python3 examples/main.py
- if: matrix.os == 'windows-latest'
name: Unit tests and coverage (windows-latest)
run: |
Expand Down

0 comments on commit 054b844

Please sign in to comment.