Sfoglia il codice sorgente

Upgrade GitHub Actions

pull/3468/head
Christian Clauss 1 anno fa
committed by GitHub
parent
commit
d4d5a9454a
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      .github/workflows/test_of_validate_package.yml

+ 3
- 3
.github/workflows/test_of_validate_package.yml Vedi File

@@ -13,12 +13,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.x'
- name: Install dependencies
run: python -m pip install -r scripts/requirements.txt


Caricamento…
Annulla
Salva