Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Sep 26, 2024
1 parent 85eb18c commit ea11957
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

# Required for miniconda to activate conda
defaults:
run:
shell: bash -l {0}

jobs:
build:
strategy:
Expand All @@ -26,6 +21,11 @@ jobs:
runs-on: ${{ matrix.platform }}
timeout-minutes: 30

# Required for miniconda to activate conda
defaults:
run:
shell: bash -l {0}

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit ea11957

Please sign in to comment.