Minor updates to CI configuration (#15458)

* Check on Python versions uses action/checkout@v2
* Update the apt cache before installing system packages
This commit is contained in:
Massimiliano Culpo
2020-03-12 08:19:42 +01:00
committed by GitHub
parent f4a5eb2b6d
commit a22d52a67d
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with: