From 449993e929bfa09c2c6e15ed53b6bbd3f564f7d4 Mon Sep 17 00:00:00 2001 From: Sam Gamble Date: Thu, 2 May 2024 13:27:47 +0100 Subject: [PATCH] Unpin openpyxl --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e039a03..c355b829 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,8 +46,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.9 - - run: pip install pip-tools pandas pyarrow openpyxl==3.0.10 click tox + python-version: 3.10 + - run: pip install pip-tools pandas pyarrow openpyxl click tox - name: Extract Spec run: |