Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktehranchi authored Mar 2, 2024
1 parent 9777d41 commit c832cb0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:

strategy:
fail-fast: false
max-parallel: 3
max-parallel: 1
matrix:
os:
- ubuntu-latest
# - ubuntu-latest
- macos-latest
- windows-latest
# - windows-latest
inhouse:
- stable
# - stable
- master
exclude:
- os: macos-latest
Expand All @@ -57,7 +57,7 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: latest
environment-file: envs/environment.yaml
environment-file: workflow/envs/environment.yaml
log-level: debug
init-shell: bash
cache-environment: true
Expand Down

0 comments on commit c832cb0

Please sign in to comment.