Skip to content

Commit

Permalink
GH actions: Try to get rid of installing dependencies for tests
Browse files Browse the repository at this point in the history
Running a pre-commit action may be enough.
  • Loading branch information
vlasovskikh committed Nov 18, 2023
1 parent a9ef286 commit 0f54ab5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,5 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Run pre-commit checks
uses: pre-commit/action@v3.0.0

0 comments on commit 0f54ab5

Please sign in to comment.