put back missing git config line in workflows

This commit is contained in:
Jonathan Wren 2022-01-08 12:30:34 -08:00
parent d4aa53b1d7
commit e06ddc33f2
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ jobs:
python-version: [ 3.7, 3.8, 3.9, '3.10' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- name: Run tests
uses: ./.github/actions/run_tests

View file

@ -17,6 +17,7 @@ jobs:
python-version: [ 3.7, 3.8, 3.9, '3.10', 3.11-dev ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- name: Run tests
uses: ./.github/actions/run_tests