Skip to content

Commit

Permalink
Correct workflow formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mills-cqc authored and dan-mills-cqc committed Oct 2, 2023
1 parent 673cfd9 commit 4b9d200
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,25 +112,14 @@ jobs:
formatting-checks:
name: Check typing and formatting
runs-on: ubuntu-latest
# strategy:
# matrix:
# python-version: ['3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v2
# with:
# python-version: ${{ matrix.python-version }}
- name: Checkout
uses: actions/checkout@v2
- name: Build qermit
# if: github.event_name == 'pull_request'
run: |
pip install -e . -v
# - name: Test qermit
# if: github.event_name == 'pull_request'
# run: |
cd tests
pip install -r test_requirements.txt
# pytest --cov-report term-missing:skip-covered --cov=qermit --durations=10
- name: Run mypy
if: github.event_name == 'pull_request'
run: mypy -p qermit
Expand Down

0 comments on commit 4b9d200

Please sign in to comment.