We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c405e commit d44186cCopy full SHA for d44186c
.github/workflows/webviz.yml
@@ -94,7 +94,7 @@ jobs:
94
working-directory: ./backend_py/primary
95
run: |
96
pip install --upgrade pip
97
- pip install poetry
+ pip install poetry==1.8.5 # Pin Poetry to version 1.8.5
98
poetry config virtualenvs.create false
99
poetry lock --check --no-update # Check lock file is consistent with pyproject.toml
100
poetry install --with dev
backend_py/primary/primary/routers/explore/schemas.py
@@ -1,4 +1,4 @@
1
-from typing import List, Sequence
+from typing import Sequence
2
3
from pydantic import BaseModel
4
0 commit comments