Explorar el Código

Upgrade GitHub Actions

pull/3468/head
Christian Clauss hace 1 año
committed by GitHub
padre
commit
c8d6e3fb57
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      .github/workflows/test_of_push_and_pull.yml

+ 3
- 3
.github/workflows/test_of_push_and_pull.yml Ver fichero

@@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
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


Cargando…
Cancelar
Guardar