Skip to content

Commit

Permalink
Attempt to fix install issues with pyslalib
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Aug 28, 2024
1 parent eaf7899 commit 02910ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install 'poetry'
poetry install
env:
SETUPTOOLS_USE_DISTUTILS=stdlib
- name: Run tests
run: |
poetry run coverage run manage.py test --settings=observation_portal.test_settings
Expand Down Expand Up @@ -88,6 +90,8 @@ jobs:
poetry build -f wheel
poetry build -f sdist
poetry publish -u "__token__" -p '${{ secrets.PYPI_OBS_PORTAL_API_TOKEN }}'
env:
SETUPTOOLS_USE_DISTUTILS=stdlib


build_and_publish_image:
Expand Down

0 comments on commit 02910ad

Please sign in to comment.