Skip to content

Commit

Permalink
Put deps on right job
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-chambers committed Sep 16, 2024
1 parent 88792ed commit 5ffa5bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ permissions:
jobs:
test-python:
uses: NERC-CEH/dri-cicd/.github/workflows/test-python.yml@main
with:
optional_dependencies: "[lint, test, all]"

build-test-deploy-docker:
needs: [test-python]
uses: NERC-CEH/dri-cicd/.github/workflows/build-test-deploy-docker.yml@main
with:
package_name: driutils
optional_dependencies: "[lint, test, all]"
secrets:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}

0 comments on commit 5ffa5bd

Please sign in to comment.