From 72b11f02d3f2c766de3223761b7915ab29d04b8f Mon Sep 17 00:00:00 2001 From: Carl Christofferson Date: Mon, 5 Jun 2023 07:47:15 -0700 Subject: [PATCH] pin copier below 8.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c6b6513..4ee2853e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: run: | sudo apt-get update python -m pip install --upgrade pip - python -m pip install copier mypy + python -m pip install 'copier<8.0' mypy - name: Generate package run: |