Skip to content

Commit

Permalink
Try setting/echoing a preset env to be used by tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
IonesioJunior committed Jan 29, 2024
1 parent 9f0cfda commit ff594fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,10 @@ 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: |
export AZURE_BLOB_STORAGE_KEY="Testing"
echo AZURE_BLOB_STORAGE_KEY=$AZURE_BLOB_STORAGE_KEY
tox -e stack.test.notebook
#Run log collector python script
Expand Down

0 comments on commit ff594fe

Please sign in to comment.