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 5d2c4dc commit d093eeeCopy full SHA for d093eee
1 file changed
.github/workflows/test_notebooks.yml
@@ -16,10 +16,10 @@ jobs:
16
17
- name: Install dependencies
18
run: |
19
- python -m pip install --upgrade pip
20
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ pip install -U pip
+ pip install -r requirements.txt
21
22
- - name: Run Notebook Tests
+ - name: Run notebook tests
23
run: python tests/test_notebooks.py
24
env:
25
IONQ_API_KEY: ${{ secrets.IONQ_API_KEY }}
0 commit comments