Skip to content

Commit

Permalink
Revert "[CI] Pin magic to 0.2.3 to avoid timeouts"
Browse files Browse the repository at this point in the history
This reverts commit 936018e.  The workaround is
no longer necessary.

Signed-off-by: Joe Loser <[email protected]>
  • Loading branch information
JoeLoser committed Oct 14, 2024
1 parent a991f61 commit ebbe958
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/standard_library_tests_and_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,9 @@ jobs:
- name: Download Magic CLI
run: |
curl -ssL https://magic.modular.com/cfba4c92-2390-4b86-93de-04b2f47114d5 | bash
# Add magic to PATH
echo "$HOME/.modular/bin" >> $GITHUB_PATH
# Pin magic to older version to avoid HTTP timeouts and/or client certificate errors
# that manifest as a result of uv/python package solvers from Magic 0.3.0.
"$HOME/.modular/bin/magic" self-update --version 0.2.3
- name: Install build tools (Linux)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test_pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
# Add magic to PATH
echo "$HOME/.modular/bin" >> $GITHUB_PATH
# Pin magic to older version to avoid HTTP timeouts and/or client certificate errors
# that manifest as a result of uv/python package solvers from Magic 0.3.0.
"$HOME/.modular/bin/magic" self-update --version 0.2.3
- name: Install pre-commit
run: |
pip install pre-commit
Expand Down

0 comments on commit ebbe958

Please sign in to comment.