Skip to content

Commit

Permalink
Edge case
Browse files Browse the repository at this point in the history
  • Loading branch information
nspope committed Aug 2, 2024
1 parent 08f066a commit 3687ef0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.12] #[ 3.9, 3.12 ]
os: [windows-latest] #[ macos-latest, ubuntu-latest, windows-latest ]
python: [ 3.9, 3.12 ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
defaults:
run:
shell: bash
Expand Down Expand Up @@ -132,9 +132,6 @@ jobs:
conda activate anaconda-client-env
python setup.py build_ext --inplace
- name: Debug with tmate
uses: mxschmitt/action-tmate@v3

- name: Run tests
working-directory: python
run: |
Expand Down

0 comments on commit 3687ef0

Please sign in to comment.