We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd415b3 commit 9f9626bCopy full SHA for 9f9626b
.github/workflows/tests.yml
@@ -10,10 +10,6 @@ jobs:
10
python-version: [ '3.7', '3.10' ]
11
steps:
12
- uses: actions/checkout@v1
13
- - name: Configure git
14
- run: |
15
- git config --global user.name 'travis-ci'
16
- git config --global user.email '[email protected]'
17
- name: Set up Python ${{ matrix.python-version }}
18
uses: actions/setup-python@v1
19
with:
0 commit comments