Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundkiewicz@gmail.com>2021-10-11 18:59:52 +0300
committerGitHub <noreply@github.com>2021-10-11 18:59:52 +0300
commit12a1bfaf6fc1a4e1011727413b8c04e816a73d43 (patch)
tree5b0bf3e296ead0676f4154ce25e67f838b16dff6
parent4dd30b5065efba61fc044e9dc4303205c9d2ac53 (diff)
Remove Ubuntu 16.04 from GitHub workflows (#879)
* Add --allow-unauthenticated when installing CUDA * Remove workflow with Ubuntu 16.04
-rw-r--r--.github/workflows/ubuntu.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 5353c214..a7f233ca 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -50,14 +50,7 @@ jobs:
unit_tests: false
examples: false
# Ubuntu 16.04 supports CUDA 8+
- - name: "Ubuntu 16.04 CUDA 9.2 gcc-7"
- os: ubuntu-16.04
- cuda: "9.2"
- gcc: 7
- cpu: true
- gpu: true
- unit_tests: true
- examples: true
+ # But it is no longer available in GitHub workflows
runs-on: ${{ matrix.os }}
name: ${{ matrix.name }}