Sebastián Ramírez
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
.github/workflows/build-docs.yml
-
.github/workflows/publish.yml
-
.github/workflows/test.yml
|
|
@ -13,7 +13,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v1 |
|
|
|
uses: actions/setup-python@v2 |
|
|
|
with: |
|
|
|
python-version: "3.7" |
|
|
|
- name: Install Flit |
|
|
|
|
|
@ -15,7 +15,7 @@ jobs: |
|
|
|
run: echo "$GITHUB_CONTEXT" |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v1 |
|
|
|
uses: actions/setup-python@v2 |
|
|
|
with: |
|
|
|
python-version: "3.6" |
|
|
|
- name: Install Flit |
|
|
|
|
|
@ -16,7 +16,7 @@ jobs: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v1 |
|
|
|
uses: actions/setup-python@v2 |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
- name: Install Flit |
|
|
|