Skip to content

Commit

Permalink
ensure pip, wheel, setuptools is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Nov 16, 2022
1 parent 7ce6575 commit 8961690
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
cache-dependency-path: |
pyproject.toml
requirements.txt
- name: upgrade pip setuptools wheel
run: python -m pip install --upgrade pip setuptools wheel
shell: bash
- name: install qcodes
run: pip install .[docs] -c requirements.txt
- name: Build docs on linux
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
cache-dependency-path: |
pyproject.toml
requirements.txt
- name: upgrade pip setuptools wheel
run: python -m pip install --upgrade pip setuptools wheel
shell: bash
- name: install package
run: |
pip install .[test] -c requirements.txt
Expand Down

0 comments on commit 8961690

Please sign in to comment.