Skip to content

Commit e29dd8a

Browse files
committed
Update python-pytest.yml
1 parent a157d86 commit e29dd8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
docker-compose -f ./docker-compose.yml -f ./docker-compose.extra.yml up -d
2323
working-directory: test/docker-compose
2424
env:
25-
WIKIBASE_BUNDLE_IMAGE_NAME: ${{ matrix.mediawiki-version }}
25+
WIKIBASE_BUNDLE_IMAGE_NAME: wikibase/wikibase-bundle:${{ matrix.mediawiki-version }}
2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v3
2828
with:
29-
python-version: wikibase/wikibase-bundle:${{ matrix.python-version }}
29+
python-version: ${{ matrix.python-version }}
3030
- name: Cache pip
3131
uses: actions/cache@v2.1.7
3232
with:

0 commit comments

Comments
 (0)