Skip to content

Commit

Permalink
Fix CI #7
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmarco committed Dec 14, 2021
1 parent 0703427 commit 7a08f8a
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 2,039 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: [[3, 8]]
# python-version: [[3,6], [3,7], [3,8], [3,9]]
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
os: [windows-latest]

steps:
- uses: actions/checkout@v2
Expand All @@ -24,13 +24,13 @@ jobs:
with:
python-version: ${{ join(matrix.python-version, '.') }}

- name: Run shell command
run: |
echo %PATH%
set
git help
shell: cmd
if: runner.os == 'Windows'
# - name: Run shell command
# run: |
# echo %PATH%
# set
# git help
# shell: cmd
# if: runner.os == 'Windows'

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

0 comments on commit 7a08f8a

Please sign in to comment.