Skip to content

Commit

Permalink
Fix pytest workflow for testing multiple Python versions [ci] (home-a…
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Oct 15, 2024
1 parent a158e89 commit 78fce90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ jobs:
- name: Upload pytest_buckets
uses: actions/[email protected]
with:
name: pytest_buckets
name: pytest_buckets-${{ matrix.python-version }}
path: pytest_buckets.txt
overwrite: true

Expand Down Expand Up @@ -919,7 +919,7 @@ jobs:
- name: Download pytest_buckets
uses: actions/[email protected]
with:
name: pytest_buckets
name: pytest_buckets-${{ matrix.python-version }}
- name: Compile English translations
run: |
. venv/bin/activate
Expand Down

0 comments on commit 78fce90

Please sign in to comment.