Skip to content

Action doesn't seem to do the entire yml for Windows, but works on Linux #25883

Answered by ethomson
djotaku asked this question in Actions
Discussion options

You must be logged in to vote

This is often an issue in how CMD scripts interact with executing other CMD scripts.  You can change the shell that the workflow is using, which should help.  For example:

- name: Test with pytest
  run: |
    pip install pytest
    pytest test.py
  shell: bash

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants