cache
All checks were successful
Test CI / test (push) Successful in 2m23s

This commit is contained in:
2025-04-02 22:01:32 +02:00
parent 5ba1d31b0e
commit be683fc055

View File

@@ -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: