From 4eb73ccb10be95a7176aa0d0562eb485d038e299 Mon Sep 17 00:00:00 2001 From: rht Date: Fri, 17 Nov 2023 02:24:34 -0500 Subject: [PATCH 1/2] test --- mesa/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mesa/__init__.py b/mesa/__init__.py index 0283b8368d3..f104298d780 100644 --- a/mesa/__init__.py +++ b/mesa/__init__.py @@ -32,3 +32,4 @@ #### ### ### +### From 53978aa3323ca7d885fbee81eda80b1480e32136 Mon Sep 17 00:00:00 2001 From: rht Date: Fri, 17 Nov 2023 02:58:11 -0500 Subject: [PATCH 2/2] test --- .github/workflows/build_lint.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build_lint.yml b/.github/workflows/build_lint.yml index 3ddafe3091b..289be741844 100644 --- a/.github/workflows/build_lint.yml +++ b/.github/workflows/build_lint.yml @@ -50,6 +50,12 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + - if: ${{ runner.os == 'Windows' }} + name: Use GNU tar + shell: cmd + run: | + echo "Adding GNU tar to PATH" + echo C:\Program Files\Git\usr\bin>>"%GITHUB_PATH%" - uses: actions/cache@v3 with: path: ${{ env.pythonLocation }}