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 9110b72Copy full SHA for 9110b72
.github/workflows/main.yml
@@ -6,9 +6,9 @@ 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 && python3 -m pip install -U pip setuptools
10
- uses: actions/checkout@master
11
- name: GitHub action for pytest
12
uses: cclauss/GitHub-Action-for-pytest@master
13
with:
14
- args: python setup.py --verbose develop && pytest -sv
+ args: python3 setup.py --verbose develop && pytest -sv
0 commit comments