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