Skip to content

Commit

Permalink
fix: install python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
debugtalk committed Aug 21, 2024
1 parent b08f170 commit 3ca4b0d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Install Python plugin dependencies
run:
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install funppy
run: python3 -m pip install funppy --break-system-packages
- name: Checkout code
uses: actions/checkout@v2
- name: Run coverage
Expand Down

0 comments on commit 3ca4b0d

Please sign in to comment.