-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix overriding already existing admin apps & update for poetry 1.2.0
- Loading branch information
1 parent
b01ed2b
commit 0da90e3
Showing
15 changed files
with
632 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ on: | |
paths: | ||
- "docs/**" | ||
- "mkdocs.yml" | ||
- ".github/workflows/docs.yml" | ||
|
||
env: | ||
POETRY_VIRTUALENVS_IN_PROJECT: true | ||
|
@@ -27,9 +28,9 @@ jobs: | |
python-version: "3.10" | ||
|
||
- name: Set up poetry | ||
uses: abatilo/[email protected].4 | ||
uses: abatilo/[email protected].6 | ||
with: | ||
poetry-version: "1.1.13" | ||
poetry-version: "1.2.0" | ||
|
||
- name: Load cached venv | ||
id: cache-venv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,9 @@ jobs: | |
python-version: "3.10" | ||
|
||
- name: Set up poetry | ||
uses: abatilo/[email protected].4 | ||
uses: abatilo/[email protected].6 | ||
with: | ||
poetry-version: "1.1.13" | ||
poetry-version: "1.2.0" | ||
|
||
- name: Load cached venv | ||
id: cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ on: | |
- "**.py" | ||
- "pyproject.toml" | ||
- "poetry.lock" | ||
- ".github/workflows/test.yml" | ||
|
||
env: | ||
POETRY_VIRTUALENVS_IN_PROJECT: true | ||
|
@@ -39,9 +40,9 @@ jobs: | |
python-version: ${{ matrix.python-version }} | ||
|
||
- name: Set up poetry | ||
uses: abatilo/[email protected].4 | ||
uses: abatilo/[email protected].6 | ||
with: | ||
poetry-version: "1.1.13" | ||
poetry-version: "1.2.0" | ||
|
||
- name: Load cached venv | ||
id: cache-venv | ||
|
@@ -79,9 +80,9 @@ jobs: | |
python-version: "3.10" | ||
|
||
- name: Set up poetry | ||
uses: abatilo/[email protected].4 | ||
uses: abatilo/[email protected].6 | ||
with: | ||
poetry-version: "1.1.13" | ||
poetry-version: "1.2.0" | ||
|
||
- name: Load cached venv | ||
id: cache-venv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.