Skip to content

Commit

Permalink
PowerShell is apparently not expanding wildcard characters?
Browse files Browse the repository at this point in the history
  • Loading branch information
JostMigenda committed Jun 6, 2024
1 parent db3175e commit 2871549
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
strategy:
matrix:
# Test all supported Python versions under Ubuntu
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
# os: [ubuntu-latest]
# python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
# Additionally, test one Python version under MacOS and Windows, to detect OS-specific issues
include:
- os: macos-latest
python-version: '3.12'
# - os: macos-latest
# python-version: '3.12'
- os: windows-latest
python-version: '3.12'

Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
pip install nbclient ipykernel
jupyter kernelspec list
cd doc\nb\
jupyter execute ccsn\*.ipynb
jupyter execute presn\*.ipynb
jupyter execute (get-item ccsn\*.ipynb)
jupyter execute (get-item presn\*.ipynb)
jupyter execute AnalyticFluence.ipynb FlavorTransformation.ipynb
# Download necessary progenitor file, before executing the notebook
python -c 'from snewpy.models.ccsn import Zha_2021; from astropy import units as u; _ = Zha_2021(progenitor_mass=17*u.solMass)'
Expand Down

0 comments on commit 2871549

Please sign in to comment.