-
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.
- Loading branch information
1 parent
ca3705c
commit dee24b0
Showing
7 changed files
with
19 additions
and
31 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 |
---|---|---|
|
@@ -6,6 +6,6 @@ ARG NODE_VERSION="lts/*" | |
RUN if [ "${INSTALL_NODE}" = "true" ]; then su vscode -c "source /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi | ||
USER vscode | ||
RUN pip3 --disable-pip-version-check --no-cache-dir install -U \ | ||
'poetry==1.1.13' \ | ||
'pip==22.1.2' | ||
'poetry==1.6.1' \ | ||
'pip==23.2.1' | ||
RUN npm install -g @devcontainers/[email protected] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ jobs: | |
- run: npm install -g @devcontainers/[email protected] | ||
- run: devcontainer up --workspace-folder=. | ||
- run: devcontainer exec --workspace-folder=. poetry run pre-commit run --verbose --all-files | ||
- run: devcontainer exec --workspace-folder=. poetry run pytest --cov-report=xml --cov=src | ||
- uses: codecov/codecov-action@v1 | ||
with: | ||
file: coverage.xml | ||
|
@@ -25,8 +24,8 @@ jobs: | |
- macos-latest | ||
python-version: | ||
- "3.8" | ||
# - "3.9" | ||
# - "3.10" | ||
- "3.9" | ||
- "3.10" | ||
- "3.11" | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
|
@@ -35,10 +34,8 @@ jobs: | |
with: | ||
python-version: ${{ matrix.python-version }} | ||
- run: pip install poetry | ||
- run: poetry install | ||
- run: poetry install --all-extras | ||
- run: poetry run pytest --cov-report=xml --cov=src | ||
- uses: codecov/codecov-action@v1 | ||
with: | ||
file: coverage.xml | ||
|
||
# TODO README and workflows for e2e test, package release, devcon build |
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
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