We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 468c4ec + 241439a commit ccd4101Copy full SHA for ccd4101
1 file changed
.github/workflows/test.yml
@@ -48,6 +48,9 @@ jobs:
48
- name: Install Dependencies
49
run: pip install -e . -r dev-requirements.txt
50
51
+ - name: Print installed packages
52
+ run: pip freeze
53
+
54
- name: Lint with Ruff
55
run: ruff check .
56
@@ -92,6 +95,9 @@ jobs:
92
95
93
96
94
97
run: pip install -e .[dev]
98
99
100
101
102
103
@@ -177,6 +183,9 @@ jobs:
177
183
178
184
- name: Install LabThings-FastAPI
179
185
run: pip install -e ../labthings-fastapi/labthings-fastapi/
186
187
188
180
189
181
190
- name: Configure Git identity
182
191
run: |
0 commit comments