Skip to content

Commit 2138a8a

Browse files
committed
debug
1 parent abd9222 commit 2138a8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/Test-CI-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
push:
77
branches:
88
- dev
9+
- install_nightly_version
910
pull_request_target:
1011
branches:
1112
- dev
13+
- install_nightly_version
1214

1315
workflow_dispatch:
1416

@@ -99,6 +101,8 @@ jobs:
99101
python -m pip install -U --pre \
100102
--extra-index-url "https://aws:$CODEARTIFACT_AUTH_TOKEN@${{ secrets.CODEARTIFACT_DOMAIN }}-${{ secrets.CODEARTIFACT_OWNER }}.d.codeartifact.${{ secrets.CODEARTIFACT_REGION }}.amazonaws.com/pypi/${{ secrets.PYPI_NIGHTLY_NAME }}/simple/" \
101103
classiq
104+
# debug
105+
python -m pip list | grep -i classiq
102106
103107
# Install everything from the requirements, other than "classiq".
104108
python -m pip install -U $(grep -ivE "classiq" requirements.txt)

0 commit comments

Comments
 (0)