Skip to content

Commit

Permalink
use uses instead of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Dec 7, 2024
1 parent fd30c1f commit 9157bdd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/conda-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ jobs:
Trigger-Test-Notebook:
needs: Optional-packages
runs-on: ubuntu-latest
steps:
- name: Call test-jupyter-notebooks workflow
uses: ./.github/workflows/jupyter-notebooks-examples.yml
with:
environment-path: test
uses: ./.github/workflows/jupyter-notebooks-examples.yml
with:
environment-path: test

0 comments on commit 9157bdd

Please sign in to comment.