Skip to content

Commit

Permalink
Do not install compilers in VM
Browse files Browse the repository at this point in the history
  • Loading branch information
jahn committed Jan 17, 2021
1 parent 896f6fe commit 3b07b78
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- name: Set up compilers
run: |
sudo apt-get update
sudo apt-get -qq install gfortran
- name: Get a docker image and set it running
run: |
docker pull oliverjahn/testreport-images:ubuntu_18_04_villon
Expand Down Expand Up @@ -179,11 +174,6 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- name: Set up compilers
run: |
sudo apt-get update
sudo apt-get -qq install gfortran
- name: Get a docker image and set it running
run: |
docker pull mitgcm/mitgcm-openad-test:centos-test
Expand Down

0 comments on commit 3b07b78

Please sign in to comment.