Skip to content

Commit

Permalink
Merge pull request #108 from FarBo/update_ci
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
FarBo authored Nov 3, 2021
2 parents f34f4bc + a136fc6 commit a049b8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: ./.github/actions/prepare-cache-pip
- name: download requirements
run: |
curl https://raw.githubusercontent.com/QCoDeS/Qcodes/master/environment.yml > environment.yml
curl https://raw.githubusercontent.com/QCoDeS/Qcodes/master/requirements.txt > requirements.txt
curl https://raw.githubusercontent.com/QCoDeS/Qcodes/master/test_requirements.txt > test_requirements.txt
curl https://raw.githubusercontent.com/QCoDeS/Qcodes/master/docs_requirements.txt > docs_requirements.txt
- name: pip cache
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: download requirements
run: |
curl https://raw.githubusercontent.com/QCoDeS/Qcodes/master/environment.yml > environment.yml
curl https://raw.githubusercontent.com/QCoDeS/Qcodes/master/requirements.txt > requirements.txt
curl https://raw.githubusercontent.com/QCoDeS/Qcodes/master/test_requirements.txt > test_requirements.txt
curl https://raw.githubusercontent.com/QCoDeS/Qcodes/master/docs_requirements.txt > docs_requirements.txt
Expand All @@ -57,14 +57,14 @@ jobs:
- name: install test_requirements.txt
run: |
pip install -r test_requirements.txt
- name: install qcodes
- name: install package
run: |
pip install .
- name: Run Mypy
run: mypy qcodes
run: mypy qcodes_contrib_drivers
- name: Run tests
run: |
pytest --cov=qcodes --cov-report xml --cov-config=setup.cfg --hypothesis-profile ci qcodes
pytest --cov=qcodes_contrib_drivers --cov-report xml --cov-config=setup.cfg qcodes_contrib_drivers
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
Expand Down
138 changes: 0 additions & 138 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit a049b8e

Please sign in to comment.