From 289fc6f342c1785d64965f1067e0c24903d1aa19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Tue, 9 May 2023 17:33:21 +0200 Subject: [PATCH] Force tf-datasets step to run with bash --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f01b1a..ece3dd8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -70,6 +70,7 @@ jobs: pip install tensorflow==${{ matrix.tf-version }} "tensorflow-datasets<=4.8.2" pip install "protobuf<=3.20" --force-reinstall fi + shell: bash - name: Download artifact uses: actions/download-artifact@master