summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-09-08 13:53:07 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-09-08 14:02:45 -0400
commit3a5bd54175b2b18f347fc553e840c05a95427801 (patch)
treef3a07ea47ebf73580075d925a8748104caca31c6 /.github/workflows
parentacc27139f66a9792a8a2e710ca5d14b88e6eb726 (diff)
downloadbfs-3a5bd54175b2b18f347fc553e840c05a95427801.tar.xz
ci: Remove vmactions pip workaround
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index afc709b..20d3797 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -162,11 +162,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- # Work around https://github.com/vmactions/freebsd-vm/issues/83
- - name: Fix pip
- run: |
- sudo rm /usr/lib/python3.12/EXTERNALLY-MANAGED
-
- name: Run tests
uses: vmactions/dragonflybsd-vm@v1
with:
@@ -203,11 +198,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- # Work around https://github.com/vmactions/freebsd-vm/issues/83
- - name: Fix pip
- run: |
- sudo rm /usr/lib/python3.12/EXTERNALLY-MANAGED
-
- name: Run tests
uses: vmactions/omnios-vm@v1
with: