Skip to content

Commit 4d456d3

Browse files
wip
1 parent d44186c commit 4d456d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/backend_sumo_prod.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
working-directory: ./backend_py/primary
3939
run: |
4040
pip install --upgrade pip
41-
pip install poetry
41+
pip install poetry==1.8.5 # Pin Poetry to version 1.8.5
4242
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
4444
poetry install --with dev
4545
4646
- name: 🤖 Run tests

.github/workflows/webviz.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
frontend:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515

1616
steps:
1717
- name: 📖 Checkout commit locally
@@ -96,7 +96,7 @@ jobs:
9696
pip install --upgrade pip
9797
pip install poetry==1.8.5 # Pin Poetry to version 1.8.5
9898
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
100100
poetry install --with dev
101101
102102
- name: 🕵️ Check code style & linting

0 commit comments

Comments
 (0)