Skip to content

Commit

Permalink
adding new github action
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwarchol committed Jul 1, 2024
1 parent 83a2650 commit 2dfa7f6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Release
on:
push:
tags:
- '*'
- "*"
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:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -46,11 +46,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 2dfa7f6

Please sign in to comment.