File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
tests :
11
- name : " Python ${{ matrix.python-version }} "
11
+ name : " Python 3.9 "
12
12
runs-on : " ubuntu-latest"
13
13
14
-
15
- strategy :
16
- matrix :
17
- python-version : ["3.9"]
18
-
19
14
steps :
20
- - uses : " actions/checkout@v2 "
21
- - uses : " actions/setup-python@v2 "
15
+ - uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 " # v4.2.2
16
+ - uses : " actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 " # v5.6.0
22
17
with :
23
- python-version : " ${{ matrix.python-version }} "
18
+ python-version : ' 3.9 '
24
19
- name : Install dependencies
25
20
run : |
26
21
pip install pipenv
27
22
pip install build
28
- pipenv install --dev
23
+ pipenv install --dev --system
24
+ pip install setuptools==70.3.0
29
25
- name : Test
30
26
run : |
31
27
pipenv run pytest
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ Current sdk version conforms to the [Serverless Workflow specification v0.8](htt
19
19
- pipenv required ` pip install pipenv `
20
20
21
21
```
22
- pipenv install --dev
22
+ pipenv install --dev
23
+
24
+ pipenv run pip install 'setuptools==70.3.0'
23
25
24
26
pipenv shell
25
27
You can’t perform that action at this time.
0 commit comments