Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjb committed Aug 14, 2023
1 parent e03e2b0 commit 58bcd65
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/opencanary_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install pre-commit
run: pip install pre-commit
- name: Check pre-commit is happy
run: |
poetry run pre-commit install
pre-commit install
SKIP=no-commit-to-branch poetry run pre-commit run --all-files
opencanary_tests:
strategy:
Expand All @@ -32,10 +34,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "${{ matrix.python-version }}"
- name: Check pre-commit is happy
run: |
poetry run pre-commit install
SKIP=no-commit-to-branch poetry run pre-commit run --all-files
- name: Install setuptools
run: pip3 install setuptools>=63.2.0
- name: Install wheel
Expand Down

0 comments on commit 58bcd65

Please sign in to comment.