git fixed startup for workflows.

This commit is contained in:
Caleb Herpin 2021-07-27 10:02:36 -05:00
parent 7ef4013058
commit 98c0ecc9ba
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ on:
jobs:
trick_32bit:
python-version: [3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
runs-on: ubuntu-18.04
container: docker://centos:7
steps:

View File

@ -10,7 +10,6 @@ on:
jobs:
macOS:
python-version: [3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
runs-on: macos-latest
steps:
- name: Checkout repository