Skip to content

Commit 665877a

Browse files
authored
Merge pull request #83 from dmlb2000/dev
Minor Fixes to get Actions to work
2 parents 1b70533 + 37784b2 commit 665877a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pre-commit.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
16+
python-version: ['3.8', '3.9', '3.10']
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-python@v3
2020
with:
2121
python-version: ${{ matrix.python-version }}
22+
- name: Set file mode to false
23+
run: |
24+
git config core.filemode false
2225
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)