File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
working-directory : ./backend_py/primary
39
39
run : |
40
40
pip install --upgrade pip
41
- pip install poetry
41
+ pip install poetry==1.8.5 # Pin Poetry to version 1.8.5
42
42
poetry config virtualenvs.create false
43
- poetry lock -- check --no-update # Check lock file is consistent with pyproject.toml
43
+ poetry check --lock # Check lock file is consistent with pyproject.toml
44
44
poetry install --with dev
45
45
46
46
- name : 🤖 Run tests
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
frontend :
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-22.04
15
15
16
16
steps :
17
17
- name : 📖 Checkout commit locally
96
96
pip install --upgrade pip
97
97
pip install poetry==1.8.5 # Pin Poetry to version 1.8.5
98
98
poetry config virtualenvs.create false
99
- poetry lock -- check --no-update # Check lock file is consistent with pyproject.toml
99
+ poetry check --lock # Check lock file is consistent with pyproject.toml
100
100
poetry install --with dev
101
101
102
102
- name : 🕵️ Check code style & linting
You can’t perform that action at this time.
0 commit comments