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 1992bac commit 99ebc53Copy full SHA for 99ebc53
.github/workflows/ci.yml
@@ -12,7 +12,9 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v3
14
- name: Create virtual environment
15
- run: make venv
+ run: |
16
+ python -m venv venv
17
+ venv/bin/pip3 install -r requirements.txt
18
- name: Syntax check
19
run: |
20
. venv/bin/activate
@@ -26,7 +28,9 @@ jobs:
26
28
27
29
30
31
32
33
34
- name: Build documentation
35
36
0 commit comments