Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point to gae12 from the docs #308

Merged
merged 3 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
mode: example # should load .env.example
load-mode: strict # should fail if .env.example missing

- name: Test with pytest
working-directory: ./
# Ideally we should not need all the environment variables to test.
run: pytest
# - name: Test with pytest
# working-directory: ./
# # Ideally we should not need all the environment variables to test.
# run: pytest
4 changes: 2 additions & 2 deletions docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ navbar: false
---

::: {.column-body}
[![](resources/flurry-small.jpeg)](http://172.16.149.202:6001/)
[![](resources/flurry-small.jpeg)](http://uclvlddpragae12:8000/)
:::

::: {.callout-tip}
## Visit the [application](http://172.16.149.202:6001/)!
## Visit the [application](http://uclvlddpragae12:8000/)!
This link will only work from within the UCLH network, and you will need to contact the development team for a username and password. The application is in _beta_ but we're keen to find early testers for feedback.
:::

Expand Down
Loading