-
Notifications
You must be signed in to change notification settings - Fork 0
Common auth database and routes #3
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
base: main
Are you sure you want to change the base?
Changes from all commits
125f5a9
3d3f25e
b38556f
2d0232a
6274fda
d207b42
c56e46b
4f1874c
6c435f7
deb48d2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,7 +48,7 @@ jobs: | |
| python-version: ${{ matrix.python-version }} | ||
|
|
||
| - name: Install tiled | ||
| run: uv sync --all-extras | ||
| run: uv sync --all-extras --with "bluesky-authentication @ git+https://github.com/davidpcls/bluesky-authentication.git@main" | ||
|
|
||
| # TODO Find a new image to use. | ||
| # https://github.com/bluesky/tiled/issues/1109 | ||
|
|
@@ -128,7 +128,7 @@ jobs: | |
| python-version: ${{ matrix.python-version }} | ||
|
|
||
| - name: Install tiled | ||
| run: uv sync --all-extras | ||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Temporary until bluesky-authentication is moved to bluesky org |
||
| run: uv sync --all-extras --with "bluesky-authentication @ git+https://github.com/davidpcls/bluesky-authentication.git@main" | ||
| env: | ||
| TILED_BUILD_SKIP_UI: 1 | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,7 @@ jobs: | |
| python-version: ${{ matrix.python-version }} | ||
|
|
||
| - name: Install tiled | ||
| run: uv sync --all-extras --group docs | ||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Temporary until bluesky-authentication is moved to bluesky org |
||
| run: uv sync --all-extras --group docs --with "bluesky-authentication @ git+https://github.com/davidpcls/bluesky-authentication.git@main" | ||
|
|
||
| - name: Build Docs | ||
| shell: bash -l {0} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,7 @@ jobs: | |
| python-version: ${{ matrix.python-version }} | ||
|
|
||
| - name: Install tiled | ||
| run: uv sync --all-extras --group docs | ||
| run: uv sync --all-extras --group docs --with "bluesky-authentication @ git+https://github.com/davidpcls/bluesky-authentication.git@main" | ||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Temporary until bluesky-authentication is moved to bluesky org |
||
|
|
||
| - name: Build Docs | ||
| shell: bash -l {0} | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Temporary until bluesky-authentication is moved to bluesky org