Skip to content

Commit

Permalink
DEVOPS-6972 python 3.12 setuptools fix (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurchuckie authored Oct 30, 2023
1 parent d2ad5db commit 1449d27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go/setup/integration/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ runs:
with:
python-version: "3.x"

- name: Install setuptools
shell: bash
run: pip install setuptools

- name: Install packages required for tests
shell: bash
run: cd ${{ inputs.test-directory }} && python setup.py develop

0 comments on commit 1449d27

Please sign in to comment.