Skip to content

Commit

Permalink
Remove always pull option from testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Oct 13, 2023
1 parent 4c58427 commit af9b27f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down Expand Up @@ -101,7 +100,6 @@ jobs:
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
options: '--pull=always'
strategy:
matrix:
model: ["e3sm", "cesm"]
Expand Down

0 comments on commit af9b27f

Please sign in to comment.