Skip to content

Commit

Permalink
removing heffte cuda from the automatic package builds. Will add back…
Browse files Browse the repository at this point in the history
… later when debugging
  • Loading branch information
djdunning committed Aug 7, 2024
1 parent a466c70 commit b2ad7ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-heffte-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: 'Publish Heffte CUDA'
on:
push:
paths:
- .conda/heffte/cuda/**
- .github/workflows/publish-heffte-cuda.yaml
#- .conda/heffte/cuda/**
#- .github/workflows/publish-heffte-cuda.yaml
workflow_dispatch:

jobs:
publish:
uses: ./.github/workflows/build-conda-package.yaml
with:
recipe_dir: .conda/heffte/cuda
secrets: inherit
secrets: inherit

0 comments on commit b2ad7ca

Please sign in to comment.