Skip to content

Commit

Permalink
Update test notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
IonesioJunior committed Jan 23, 2024
1 parent 4b9ccab commit 64df4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ jobs:
ORCHESTRA_DEPLOYMENT_TYPE: "container_stack"
TEST_NOTEBOOK_PATHS: "${{ matrix.notebook-paths }}"
PYTEST_MODULES: "${{ matrix.pytest-modules }}"
AZURE_BLOB_STORAGE_KEY: "${{ secrets.AZURE_BLOB_STORAGE_KEY }}"
AZURE_BLOB_STORAGE_KEY: ${{ secrets.AZURE_BLOB_STORAGE_KEY }}
run: |
tox -e stack.test.notebook
Expand Down

0 comments on commit 64df4a8

Please sign in to comment.