Skip to content

Commit

Permalink
update devcon
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard committed Dec 23, 2024
1 parent c9c1126 commit 722e678
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ USER vscode
RUN pip3 --disable-pip-version-check --no-cache-dir install -U \
'poetry==1.8.3' \
'pip==22.1.2'
RUN npm install -g @devcontainers/cli@v0.30.0
RUN npm install -g @devcontainers/cli@v0.72.0
2 changes: 1 addition & 1 deletion .devcontainer/vm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ USER vscode
RUN pip3 --disable-pip-version-check --no-cache-dir install -U \
'poetry==1.8.3' \
'pip==22.1.2'
RUN npm install -g @devcontainers/cli@v0.30.0
RUN npm install -g @devcontainers/cli@v0.72.0
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- run: npm install -g @devcontainers/cli@v0.30.0
- run: npm install -g @devcontainers/cli@v0.72.0
- 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
Expand Down

0 comments on commit 722e678

Please sign in to comment.