Skip to content

Commit

Permalink
fix cibuildwheel issue "Could not resolve host: mirrorlist.centos.org…
Browse files Browse the repository at this point in the history
…; Unknown error"

Differential Revision: D59347488
  • Loading branch information
TroyGarden authored and facebook-github-bot committed Jul 3, 2024
1 parent 7186507 commit 9fddd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_dynamic_embedding_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
submodules: recursive

- uses: pypa/cibuildwheel@v2.8.0
- uses: pypa/cibuildwheel@v2.18.0
with:
package-dir: contrib/dynamic_embedding
env:
Expand Down

0 comments on commit 9fddd6f

Please sign in to comment.