Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell authored Oct 1, 2023
1 parent de77cc4 commit b97f8f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tox
#curl https://raw.githubusercontent.com/qiskit-community/ecosystem/main/ecosystem/templates/.pylintrc > .pylintrc
- name: Run styles check
run: tox -elint
json-lint:
Expand All @@ -45,7 +44,7 @@ jobs:
python -m pip install --upgrade pip
pip install tox
- name: Validate ecosystem.json
run: tox -ejson
run: tox -eecosystem
tests:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -87,7 +86,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
curl https://raw.githubusercontent.com/qiskit-community/ecosystem/main/ecosystem/templates/.coveragerc > .coveragerc
- name: Run coverage
env:
QS_TOKEN: ${{ secrets.QUANTUM_SERVICES_TOKEN }}
Expand Down

0 comments on commit b97f8f9

Please sign in to comment.