Skip to content

Commit

Permalink
ci: Remove vmactions pip workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Sep 8, 2024
1 parent 42da9cc commit b884bab
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b884bab

Please sign in to comment.