From 9a8f18fe14b391f5bd1c30e9e5928d15e9862ba8 Mon Sep 17 00:00:00 2001 From: Matthew Templeton Date: Mon, 29 Jul 2024 11:37:23 -0400 Subject: [PATCH] CI/testing issues modified: python_actions.yml --- .github/workflows/python_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index 1f315f8..2888772 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -15,7 +15,7 @@ jobs: - name: Install dependencies run: | - python -m pip install -U pip<24.1 + python -m pip install pip<24.1 python -m pip install --upgrade wheel setuptools pip install -U -r requirements.txt pip install -U -r dev-requirements.txt