We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f07d4 commit cccdcb3Copy full SHA for cccdcb3
.github/workflows/ci.yaml
@@ -173,12 +173,21 @@ jobs:
173
# except the version with the `primary-key`, if it exists
174
purge-primary-key: never
175
176
- - name: Run node
177
- run: node --version
+ - name: Pin nixpkgs
+ run: ${{ env.pin_nixpkgs }}
178
+
179
+ - name: Install nixpkgs#poetry
180
+ run: nix profile install nixpkgs#poetry
181
182
+ - name: Install nixpkgs#nodejs
183
+ run: nix profile install nixpkgs#nodejs
184
185
- name: Run poetry
186
run: poetry --version
187
188
+ - name: Run node
189
+ run: node --version
190
191
compare-run-times:
192
name: Job with caching
193
needs: merge-similar-caches
0 commit comments