Skip to content

Commit

Permalink
Fix python test workflow
Browse files Browse the repository at this point in the history
jessemortenson committed Jan 10, 2025
1 parent fe18cf4 commit c4d0c3a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ jobs:
- name: set poetry config path
run: poetry config virtualenvs.path ~/.virtualenvs
- name: install dependencies
run: poetry install
run: poetry install --no-root
# if: steps.cache.outputs.cache-hit != 'true'
- name: lint with black
run: poetry run black --diff --check .
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Open States API v3

This repository contains the code responsible for v3 of the Open States API, currently in beta.
This repository contains the code responsible for v3 of the Open States API.

Report API Issues at https://github.com/openstates/issues/

0 comments on commit c4d0c3a

Please sign in to comment.