We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd9222 commit 2138a8aCopy full SHA for 2138a8a
.github/workflows/Test-CI-dev.yml
@@ -6,9 +6,11 @@ on:
6
push:
7
branches:
8
- dev
9
+ - install_nightly_version
10
pull_request_target:
11
12
13
14
15
workflow_dispatch:
16
@@ -99,6 +101,8 @@ jobs:
99
101
python -m pip install -U --pre \
100
102
--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/" \
103
classiq
104
+ # debug
105
+ python -m pip list | grep -i classiq
106
107
# Install everything from the requirements, other than "classiq".
108
python -m pip install -U $(grep -ivE "classiq" requirements.txt)
0 commit comments