Skip to content

Commit

Permalink
install extra requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Aug 16, 2022
1 parent 11dfd76 commit 48abd8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.python-version }}-pip-
- name: install qcodes
run: pip install . -c requirements.txt
run: pip install .[docs] -c requirements.txt
- name: Build docs on linux
run: |
cd docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
${{ runner.os }}-${{ matrix.python-version }}-pip-
- name: install package
run: |
pip install . -c requirements.txt
pip install .[test] -c requirements.txt
- name: Run Mypy
run: mypy qcodes_contrib_drivers
if: matrix.python-version != '3.7'
Expand Down

0 comments on commit 48abd8e

Please sign in to comment.