Skip to content

Commit

Permalink
i think this will work on the Windows sed on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald committed Sep 13, 2023
1 parent e5ac1ed commit c93a5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: ant all

- name: Force Cython version
run: sed -i.bak 's/"Cython"/"Cython${{matrix.cython}}"/' pyproject.toml
run: sed -i 's/"Cython"/"Cython${{matrix.cython}}"/' pyproject.toml

- name: Install pyjnius with [dev, ci] extras
run: |
Expand Down

0 comments on commit c93a5df

Please sign in to comment.