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

Commit

Permalink
Merge pull request #105 from climatepolicyradar/bugfix/trial-extra-ra…
Browse files Browse the repository at this point in the history
…ther-than-group

Updating to use optional extras rather than groups.
  • Loading branch information
THOR300 authored Dec 11, 2023
2 parents f119624 + 4ec055d commit 8ac8b0f
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install "poetry==1.3.2" && poetry install --with vespa,dev,extras
python -m pip install "poetry==1.3.2" && poetry install --all-extras --with dev
- name: Run pre-commit checks
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install "poetry==1.3.2" && poetry install --with vespa,dev,extras
python -m pip install "poetry==1.3.2" && poetry install --all-extras --with dev
- name: Run test suite
run: |
poetry run python -m pytest -vvv
Loading

0 comments on commit 8ac8b0f

Please sign in to comment.