We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b6a39 commit 360bd9fCopy full SHA for 360bd9f
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- name: Install Python3-dev
9
- run: sudo apt-get update && sudo apt-get install -y python3-dev
+ run: sudo apt-get update && sudo apt-get install -y python3-dev setuptools
10
- uses: actions/checkout@master
11
- name: GitHub action for pytest
12
uses: cclauss/GitHub-Action-for-pytest@master
0 commit comments