Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/gating'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 1, 2024
2 parents 8f7e005 + 2dfa7f6 commit 172b806
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
build:
strategy:
matrix:
os: [ macos-latest, windows-latest ]
node-version: [ 16.x ]
os: [macos-latest, windows-latest]
node-version: [16.x]
runs-on: ${{ matrix.os }}
steps:
- run: echo ${{github.event.client_payload.version}}
Expand All @@ -31,11 +31,13 @@ jobs:
rm -r node_modules
cd ..
cd ..
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
environment-file: requirements.yml
activate-environment: minerva_analysis
auto-activate-base: false

- name: Package Windows
if: startsWith(matrix.os,'windows')
shell: cmd /C CALL {0}
Expand Down

0 comments on commit 172b806

Please sign in to comment.