Skip to content

Commit

Permalink
Add a timeout to setuptools_scm
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed May 22, 2024
1 parent c909748 commit 26e3a67
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ jobs:
- name: Install Helios
run: |
python -m pip install -v .
env:
SETUPTOOLS_SCM_SUBPROCESS_TIMEOUT: "120"

- name: Run tests
# Disable MacOS for now - we do not yet officially support it and we need to invest a bit
# more efforts into investigating broken LAZ files written by Helios on MacOS.
if: runner.os != 'macOS'
# Disable MacOS for now - we do not yet officially support it and we need to invest a bit
# more efforts into investigating broken LAZ files written by Helios on MacOS.
# - macos-latest
run: |
python -m pytest -m exe
python -m pytest -m pyh

0 comments on commit 26e3a67

Please sign in to comment.