Skip to content

Commit d093eee

Browse files
authored
enforce requirements (#38)
1 parent 5d2c4dc commit d093eee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_notebooks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
- name: Install dependencies
1818
run: |
19-
python -m pip install --upgrade pip
20-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
19+
pip install -U pip
20+
pip install -r requirements.txt
2121
22-
- name: Run Notebook Tests
22+
- name: Run notebook tests
2323
run: python tests/test_notebooks.py
2424
env:
2525
IONQ_API_KEY: ${{ secrets.IONQ_API_KEY }}

0 commit comments

Comments
 (0)