This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -14,9 +14,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: pwd
|
- name: Hash poetry.lock
|
||||||
- run: ls -l $GITHUB_WORKSPACE
|
id: hash
|
||||||
- run: python --version
|
run: |
|
||||||
|
echo "poetry_hash=$(md5sum poetry.lock | cut -c -32)" >> $GITHUB_OUTPUT
|
||||||
|
- run: echo "${{ steps.hash.outputs.poetry_hash }}"
|
||||||
- run: poetry install --verbose
|
- run: poetry install --verbose
|
||||||
|
|
||||||
# test2:
|
# test2:
|
||||||
|
|||||||
Reference in New Issue
Block a user