From 941dd2854957b9b233f8cf2380bfe515a86c1a08 Mon Sep 17 00:00:00 2001 From: Jorge Escobar Date: Thu, 2 Jun 2022 11:48:57 -0400 Subject: [PATCH] force cache bust --- .github/workflows/data-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/data-checks.yml b/.github/workflows/data-checks.yml index a01b9924..41438384 100644 --- a/.github/workflows/data-checks.yml +++ b/.github/workflows/data-checks.yml @@ -18,7 +18,7 @@ jobs: # checks all of the versions allowed in pyproject.toml python-version: [3.8, 3.9] steps: - # installs python + # installs Python # one execution of the tests per version listed above - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}