From 1ab9eb874c9e7bc768d1fe8de17df2ba41202fa8 Mon Sep 17 00:00:00 2001 From: mdp0023 Date: Wed, 17 Apr 2024 15:37:45 -0500 Subject: [PATCH] update file --- .github/workflows/compatability_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compatability_testing.yml b/.github/workflows/compatability_testing.yml index ef168ab..1e284e8 100644 --- a/.github/workflows/compatability_testing.yml +++ b/.github/workflows/compatability_testing.yml @@ -19,7 +19,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python -m pip install --upgrade pip + python -m pip install --upgrade pip setuptools if [ "${{ matrix.dependencies }}" = "latest" ]; then pip install . else