From 7232c83c098d631cee6459d76d91224080600d0f Mon Sep 17 00:00:00 2001 From: Glen Date: Fri, 6 Dec 2024 20:44:52 +0000 Subject: [PATCH] fix --- .github/workflows/build_and_test.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 3fe03d726..2e1545c31 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -23,18 +23,9 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: ${{ env.PYTHON_VERSION }} - cache: 'pip' # Enable pip caching - cache-dependency-path: | - setup.py - pyproject.toml - - name: Install dependencies run: | - python -m venv env + python${PYTHON_VERSION} -m venv env source env/bin/activate pip install --upgrade pip pip install .