File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
14
14
- uses : actions/setup-python@v1
15
15
with :
16
16
python-version : 3.7
17
- - uses : dschep/install-pipenv-action@v1
17
+ - uses : Gr1N/setup-poetry@v2
18
18
- name : Install dependencies
19
19
run : |
20
- pipenv install --dev --python ${pythonLocation}/python
20
+ poetry install --dev --python ${pythonLocation}/python
21
21
- name : Run black
22
22
run : |
23
- pipenv run black . --check --diff --exclude tests/output_
23
+ poetry run black . --check --diff --exclude tests/output_
24
24
25
25
run-tests :
26
26
runs-on : ubuntu-latest
36
36
- uses : actions/setup-python@v1
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
39
- - uses : dschep/install-pipenv-action@v1
39
+ - uses : Gr1N/setup-poetry@v2
40
40
- name : Install dependencies
41
41
run : |
42
42
sudo apt install protobuf-compiler libprotobuf-dev
56
56
- uses : actions/setup-python@v1
57
57
with :
58
58
python-version : 3.7
59
- - uses : dschep/install-pipenv-action@v1
59
+ - uses : Gr1N/setup-poetry@v2
60
60
- name : Install dependencies
61
61
run : |
62
62
sudo apt install protobuf-compiler libprotobuf-dev
You can’t perform that action at this time.
0 commit comments