From 1de87d470841120122e11ebc318228adf35163c6 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 1 Dec 2023 18:11:49 +0100 Subject: [PATCH] YAML: Trailing zeros must be quoted --- .github/workflows/ci2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci2.yml b/.github/workflows/ci2.yml index 243ab01a..d4e99a82 100644 --- a/.github/workflows/ci2.yml +++ b/.github/workflows/ci2.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: python-version: [ 3.7 ] - tf-version: [ 1.15.0 ] + tf-version: [ `1.15.0` ] exclude: - python-version: 3.7