Skip to content

Commit

Permalink
updating due to CVE in setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnfaherty committed Dec 30, 2022
1 parent d5e8933 commit 5788c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
poetry-version: ${{ matrix.poetry-version }}
# https://github.com/python-poetry/poetry/issues/4511
- name: setuptools < 58.0.0
run: poetry run pip install 'setuptools==57.5.0'
- name: setuptools
run: poetry run pip install 'setuptools==65.5.1'
- name: Install
run: make install
- name: run tests
Expand Down

0 comments on commit 5788c48

Please sign in to comment.