dependabot[bot]
2 yıl önce
committed by
GitHub
ebeveyn
işleme
bc7917018b
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
3 değiştirilmiş dosya ile
3 ekleme ve
3 silme
-
.github/workflows/black.yml
-
.github/workflows/release.yml
-
.github/workflows/tests.yml
|
|
@@ -13,7 +13,7 @@ jobs: |
|
|
|
name: Code Style |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/setup-python@v2 |
|
|
|
- uses: actions/setup-python@v3 |
|
|
|
with: |
|
|
|
python-version: 3.9 |
|
|
|
- uses: psf/black@20.8b1 |
|
|
@@ -12,7 +12,7 @@ jobs: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v1 |
|
|
|
uses: actions/setup-python@v3 |
|
|
|
with: |
|
|
|
python-version: '3.x' |
|
|
|
- name: Setup environment |
|
|
|
|
|
@@ -27,7 +27,7 @@ jobs: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Set up Python ${{ matrix.python_version }} |
|
|
|
uses: actions/setup-python@v2 |
|
|
|
uses: actions/setup-python@v3 |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python_version }} |
|
|
|
architecture: x64 |
|
|
|