Skip to content

Commit

Permalink
modified python command
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Feb 14, 2024
1 parent fde6bcb commit 0da797f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-post-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
env:
ORCHESTRA_DEPLOYMENT_TYPE: "container_stack"
run: |
python -c "pytest --nbmake notebooks/api/0.8 -p no:randomly -vvvv -k 'not 11-container-images-k8s.ipynb' --nbmake-timeout=1000;"
pytest --nbmake notebooks/api/0.8 -p no:randomly -vvvv -k 'not 11-container-images-k8s.ipynb' --nbmake-timeout=1000
# syft-install-check:
# strategy:
Expand Down

0 comments on commit 0da797f

Please sign in to comment.