Simplified YAML files for Github Actions workflows

Updated actions where needed
This commit is contained in:
Massimiliano Culpo
2020-07-29 10:18:20 +02:00
committed by Peter Scheibel
parent 1f7f076189
commit c4f29c6384
4 changed files with 7 additions and 18 deletions

View File

@@ -11,13 +11,10 @@ on:
- releases/**
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install Python Packages