From c2d5046b6dc087e9df78ca08e23783a3984083f4 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Wed, 10 Jul 2024 14:28:38 -0700 Subject: [PATCH] fix FreeBSD CI to install default python packages (#193) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 234ce7a7..79247fe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,7 +207,7 @@ jobs: version: '14.0' shell: bash run: | - sudo pkg install -y python3 py39-urllib3 + sudo pkg install -y python3 net/py-urllib3 python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz', 'builder')" chmod a+x builder ./builder build -p ${{ env.PACKAGE_NAME }}