We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6414ea commit 02d90c6Copy full SHA for 02d90c6
.github/workflows/main.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Generate poetry.lock
65
if: steps.lock-cache.outputs.cache-hit != 'true'
66
working-directory: ./example
67
- run: nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/04a75b2eecc0acf6239acf9dd04485ff8d14f425.tar.gz -p poetry --run "poetry lock --no-update"
+ run: nix-shell -p poetry --run "poetry lock --no-update"
68
- name: Set short commit SHA
69
run: echo "SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV
70
- name: Push generated test project
0 commit comments