Skip to content

Commit

Permalink
updated github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrojdh committed Sep 2, 2024
1 parent b676ac2 commit 8d9f7df
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
job-name:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2
# Builds the package using the standard configuration
- uses: cascode-labs/build-conda-action/action.yml@v0
name: build-conda-package
on: [push, pull_request]
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v2
# Builds the package using the standard configuration
- uses: cascode-labs/build-conda-action/action.yml@v0

0 comments on commit 8d9f7df

Please sign in to comment.