Skip to content

Commit

Permalink
Remove sed from Windows compatibility test workflow (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunzheng committed Aug 25, 2023
1 parent 8a1c74f commit 6358ba3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ jobs:
cache: "pip"
cache-dependency-path: "pyproject.toml"
- run: pip install "tox==4.2.4"
- if: ${{ github.ref_name == 'main' }}
run: sed -i 's/\[tool.setuptools_scm\]/\[tool.setuptools_scm\]\nlocal_scheme = "no-local-version"/' pyproject.toml
- env:
C_INCLUDE_PATH: ${{ env.pythonLocation }}/include/${{ matrix.python-include }}
run: tox run -e ${{ matrix.tox-env }}

0 comments on commit 6358ba3

Please sign in to comment.