Fix pytest workflow for testing multiple Python versions [ci] (#128412)

This commit is contained in:
Marc Mueller 2024-10-15 12:28:52 +02:00 committed by GitHub
parent a158e893e0
commit 78fce90178
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -854,7 +854,7 @@ jobs:
- name: Upload pytest_buckets
uses: actions/upload-artifact@v4.4.3
with:
name: pytest_buckets
name: pytest_buckets-${{ matrix.python-version }}
path: pytest_buckets.txt
overwrite: true
@ -919,7 +919,7 @@ jobs:
- name: Download pytest_buckets
uses: actions/download-artifact@v4.1.8
with:
name: pytest_buckets
name: pytest_buckets-${{ matrix.python-version }}
- name: Compile English translations
run: |
. venv/bin/activate