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