|
@@ -25,7 +25,7 @@ jobs:
|
|
|
uses: actions/setup-python@v4
|
|
|
with:
|
|
|
python-version: ${{ matrix.python }}
|
|
|
- - name: Set up Git Bash (Windows)
|
|
|
+ - name: Set up Bash (Windows)
|
|
|
if: runner.os == 'Windows'
|
|
|
run: |
|
|
|
echo "C:\Program Files\Git\bin\bash.exe" > $GITHUB_PATH
|