Skip to content

Commit

Permalink
Get rid of Python setup as a work around for CI failure.
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Chiang <[email protected]>
  • Loading branch information
douglasdotc committed Sep 19, 2024
1 parent 2e204d7 commit 2609cc9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/checkbox-tics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
env:
PIP_TRUSTED_HOST: pypi.python.org pypi.org files.pythonhosted.org

- name: Install dependencies
run: |
echo "::group::apt update"
Expand Down

0 comments on commit 2609cc9

Please sign in to comment.