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