Skip to content

Commit

Permalink
Clean up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalian committed Feb 25, 2024
1 parent a840dd3 commit 226d328
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: snok/install-poetry@v1
- name: Install the package (no lock file)
run: rm poetry.lock && poetry install -E numpy
- name: pytest
- name: Run pytest
run: QRANDOM_API_KEY=key poetry run pytest
- name: mypy
- name: Run mypy
run: poetry run mypy --install-types --non-interactive .

lint:
Expand All @@ -41,9 +41,9 @@ jobs:
uses: snok/install-poetry@v1
- name: Install the package
run: poetry install -E numpy
- name: black
- name: Run black
run: poetry run black --check .
- name: isort
- name: Run isort
run: poetry run isort --check .
- name: flake8
- name: Run flake8
run: poetry run flake8

0 comments on commit 226d328

Please sign in to comment.