Skip to content

Commit

Permalink
try activating streaming environment
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 29, 2024
1 parent cc05b06 commit e8969c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/streaming-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "3.11"]
os: ["ubuntu-latest", "macos-13", "windows-latest"]
python-version: ["3.8",, "3.9", "3.10", "3.11"]
steps:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
channels: conda-forge
auto-activate-base: true
activate-environment: "nwbinspector_testing"
- uses: actions/checkout@v3
- run: git fetch --prune --unshallow --tags

Expand Down

0 comments on commit e8969c9

Please sign in to comment.