Skip to content

Commit 668c02c

Browse files
committed
fix dependencies
1 parent e5e6259 commit 668c02c

File tree

3 files changed

+31
-43
lines changed

3 files changed

+31
-43
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v5
2727
- name: Install poetry
28-
run: |
29-
pipx install poetry
30-
echo "$HOME/.local/bin" >> $GITHUB_PATH
28+
run: pipx install poetry
3129
- uses: actions/checkout@v4
3230
- name: Setup Python
3331
uses: actions/setup-python@v5
3432
with:
3533
python-version: ${{ matrix.python }}
3634
cache: "poetry"
37-
- name: Install pytest-timeout
38-
run: poetry run pip install pytest-timeout
3935
- name: Install dependencies and library
4036
run: poetry install
4137
- name: Run Tests

scaleway/poetry.lock

Lines changed: 29 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scaleway/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ python = ">=3.10"
2727
scaleway-core = "*"
2828
pyrefly = ">=0.24.2,<0.32.0"
2929
vcrpy = "^7.0.0"
30+
pytest-timeout = "^2.4.0"
3031

3132
[tool.poetry.group.dev.dependencies]
3233
scaleway-core = { path = "../scaleway-core", develop = true }

0 commit comments

Comments
 (0)