Skip to content

Commit efb2ec8

Browse files
committed
try to fix everything
1 parent 560252a commit efb2ec8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
uv run python --version
41-
uv pip install -e .[dev]
41+
uv pip install -e .[test]
4242
- run: uv run flake8 ./fhir/resources/
4343
- run: uv run black --check fhir/resources/
4444
# monthly cache updates

0 commit comments

Comments
 (0)