Skip to content

Commit

Permalink
tweak test_endpoints test
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed Dec 2, 2024
1 parent ab48b63 commit 8e4e674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
POETRY_VERSION: "1.7.1"
run: pip install poetry==${POETRY_VERSION} && poetry --version

- name: Install setuptools, needed to provide distutils for waffles in Python 3.12
run: pip install setuptools

- name: Install requirements
run: poetry install --with test

Expand Down

0 comments on commit 8e4e674

Please sign in to comment.