Skip to content

Commit 7a08f8a

Browse files
committed
Fix CI #7
1 parent 0703427 commit 7a08f8a

File tree

3 files changed

+52
-2039
lines changed

3 files changed

+52
-2039
lines changed

.github/workflows/tox.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: [[3, 8]]
1515
# python-version: [[3,6], [3,7], [3,8], [3,9]]
1616
# os: [ubuntu-latest, macos-latest, windows-latest]
17-
os: [ubuntu-latest, windows-latest]
17+
os: [windows-latest]
1818

1919
steps:
2020
- uses: actions/checkout@v2
@@ -24,13 +24,13 @@ jobs:
2424
with:
2525
python-version: ${{ join(matrix.python-version, '.') }}
2626

27-
- name: Run shell command
28-
run: |
29-
echo %PATH%
30-
set
31-
git help
32-
shell: cmd
33-
if: runner.os == 'Windows'
27+
# - name: Run shell command
28+
# run: |
29+
# echo %PATH%
30+
# set
31+
# git help
32+
# shell: cmd
33+
# if: runner.os == 'Windows'
3434

3535
# - name: Copy policy file for ubuntu-latest (needed to use ImageMagic in visual debugging tox tests)
3636
# run: |

0 commit comments

Comments
 (0)