Skip to content

Commit f957d6b

Browse files
authored
Merge pull request #1312 from guardrails-ai/open-version-ranges
Open version ranges
2 parents fe270a0 + 52c5de9 commit f957d6b

File tree

3 files changed

+965
-303
lines changed

3 files changed

+965
-303
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Setup Virtual Environment
3838
python3 -m venv ./.venv
3939
source .venv/bin/activate
40-
poetry install
40+
poetry install --extras dev
4141
4242
- name: Check license
4343
run: |

0 commit comments

Comments
 (0)