Skip to content

Commit 360bd9f

Browse files
committed
Fix for pipeline push
1 parent 91b6a39 commit 360bd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Install Python3-dev
9-
run: sudo apt-get update && sudo apt-get install -y python3-dev
9+
run: sudo apt-get update && sudo apt-get install -y python3-dev setuptools
1010
- uses: actions/checkout@master
1111
- name: GitHub action for pytest
1212
uses: cclauss/GitHub-Action-for-pytest@master

0 commit comments

Comments
 (0)