Skip to content

Commit

Permalink
Test with new image
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Aug 15, 2024
1 parent 3f09b4e commit be01258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
- name: Run pytest
run: pytest -v --driver ${{ matrix.browser }} tests_notebooks
env:
TAG: aiida-${{ matrix.aiida-core-version }}
#TAG: aiida-${{ matrix.aiida-core-version }}
TAG: pr-474

- name: Upload screenshots as artifacts
if: always()
Expand Down
2 changes: 1 addition & 1 deletion tests_notebooks/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
# since the dockerhub registry has a rate limit of 100 pulls per 6 hours.
# Images with aiida-core<2.4.0 were not pushed to ghcr.io because of CI issues,
# which were fixed in https://github.com/aiidalab/aiidalab-docker-stack/pull/390
image: aiidalab/full-stack:${TAG:-latest}
image: ghcr.io/aiidalab/full-stack:${TAG:-latest}
environment:
RMQHOST: messaging
TZ: Europe/Zurich
Expand Down

0 comments on commit be01258

Please sign in to comment.