Skip to content

Commit

Permalink
adjust streaming workflow too
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 29, 2024
1 parent fea135d commit a408ee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/streaming-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "3.11"]
steps:
- uses: s-weigand/setup-conda@v1
- uses: conda-incubator/setup-miniconda@v3
with:
update-conda: true
auto-update-conda: true
python-version: ${{ matrix.python-version }}
conda-channels: conda-forge
channels: conda-forge
- uses: actions/checkout@v3
- run: git fetch --prune --unshallow --tags

Expand Down

0 comments on commit a408ee7

Please sign in to comment.