We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b2c84 commit fc280f6Copy full SHA for fc280f6
1 file changed
.github/workflows/test.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Install uv
24
uses: astral-sh/setup-uv@v7
25
26
+ - name: Install the project
27
+ run: uv sync --locked --all-extras --dev
28
+
29
- name: Setup dummy SECRET file
30
run: |
31
touch SECRETS.py
0 commit comments