Skip to content

Commit

Permalink
Reenable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Jan 30, 2024
1 parent 6f72155 commit 3ff7cb6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
/usr/bin/python3.9 -m pip install --upgrade --user build wheel
/usr/bin/python3.9 -m pip install --upgrade --user pytest dataclasses_json platformdirs importlib_metadata
cygpath -w $(/usr/bin/python3.9 -c 'import dataclasses_json;print(dataclasses_json.__file__)')
# /usr/bin/python3.9 -m pip install cpyparsing
# - name: Install
# shell: "C:\\tools\\cygwin\\bin\\bash.exe -o igncr -eo pipefail {0}"
# run: |
# /usr/bin/python3.9 -m pip install .
# - name: Run tests
# shell: "C:\\tools\\cygwin\\bin\\bash.exe -o igncr -eo pipefail {0}"
# run: |
# /usr/bin/python3.9 -m pytest -v
/usr/bin/python3.9 -m pip install cpyparsing
- name: Install
shell: "C:\\tools\\cygwin\\bin\\bash.exe -o igncr -eo pipefail {0}"
run: |
/usr/bin/python3.9 -m pip install .
- name: Run tests
shell: "C:\\tools\\cygwin\\bin\\bash.exe -o igncr -eo pipefail {0}"
run: |
/usr/bin/python3.9 -m pytest -v

0 comments on commit 3ff7cb6

Please sign in to comment.