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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -42,6 +42,7 @@ jobs:
python-version: 3.8
- name: Install System Packages
run: |
sudo apt-get update
sudo apt-get -yqq install ccache gfortran perl perl-base r-base r-base-core r-base-dev findutils openssl libssl-dev libpciaccess-dev
R --version
perl --version

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: