From af9b27f606e27a9ec9889dba7da8c9c4c631f903 Mon Sep 17 00:00:00 2001 From: Jason Boutte Date: Fri, 13 Oct 2023 10:32:03 -0700 Subject: [PATCH] Remove always pull option from testing workflow --- .github/workflows/testing.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 022278e1067..6af6ec139d3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -61,7 +61,6 @@ jobs: credentials: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - options: '--pull=always' strategy: matrix: python-version: ['3.8', '3.9', '3.10'] @@ -101,7 +100,6 @@ jobs: credentials: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - options: '--pull=always' strategy: matrix: model: ["e3sm", "cesm"]