diff --git a/.github/workflows/testing_prs.yaml b/.github/workflows/testing_prs.yaml index 4532f528..aabe14b3 100644 --- a/.github/workflows/testing_prs.yaml +++ b/.github/workflows/testing_prs.yaml @@ -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 diff --git a/.github/workflows/testing_schedule.yaml b/.github/workflows/testing_schedule.yaml index 75b733f4..72e47de4 100644 --- a/.github/workflows/testing_schedule.yaml +++ b/.github/workflows/testing_schedule.yaml @@ -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