Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dependabot/npm_and_…
Browse files Browse the repository at this point in the history
…yarn/react/npm_and_yarn-security-group-b2e1eb7815
  • Loading branch information
anhappdev committed Mar 22, 2024
2 parents 73bdbdc + e44548b commit e0036b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/format-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: markdown-format
run: make lint/markdown
- name: markdown-link
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: yes
use-quiet-mode: yes

yaml:
needs: build-image
Expand Down
2 changes: 1 addition & 1 deletion flutter/windows/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN choco install -y --no-progress flutter --version 3.7.6
RUN choco install -y --no-progress git --version 2.33.0.2
RUN choco install -y --no-progress make --version 4.3
RUN choco install -y --no-progress bazelisk --version 1.16.0
RUN choco install -y --no-progress python3 --version 3.9.0 && copy "C:\Python39\python.exe" "C:\Python39\python3.exe"
RUN choco install -y --no-progress python3 --version 3.11 && copy "C:\Python311\python.exe" "C:\Python311\python3.exe"
RUN choco install -y --no-progress protoc --version 3.18.1

RUN python3 -m pip install --user numpy absl-py
Expand Down

0 comments on commit e0036b8

Please sign in to comment.