Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Friedowitz committed Jan 10, 2024
1 parent 18ebdca commit 38da433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/dependent_prs.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/pr_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Install test dependencies
run: |
pip install -r requirements/test.txt
pip install ".[test]"
continue-on-error: true

- name: Lint with Ruff
Expand All @@ -25,7 +25,7 @@ jobs:

- name: Install full dependencies
run: |
pip install ".[test]"
pip install ".[all]"
continue-on-error: true

- name: Run unit tests
Expand Down

0 comments on commit 38da433

Please sign in to comment.