Skip to content

Commit

Permalink
stop using qcodes requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Aug 29, 2022
1 parent 4468d66 commit 39acd06
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ jobs:
- name: prepare pip cache
id: prepare-cache-pip
uses: ./.github/actions/prepare-cache-pip
- name: download requirements
run: |
curl https://raw.githubusercontent.com/QCoDeS/Qcodes/master/requirements.txt > requirements.txt
- name: pip cache
uses: actions/cache@v2.1.6
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.python-version }}

- name: download requirements
run: |
curl https://raw.githubusercontent.com/QCoDeS/Qcodes/master/requirements.txt > requirements.txt
- name: prepare pip cache
id: prepare-cache-pip
uses: ./.github/actions/prepare-cache-pip
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mypy==0.971

0 comments on commit 39acd06

Please sign in to comment.