[object Object]

← back to Exo

fix

3662ec402adfeb0128cf82501795baff5cda8f75 · 2024-12-06 20:44:52 +0000 · Glen

Files touched

Diff

commit 3662ec402adfeb0128cf82501795baff5cda8f75
Author: Glen <glen@192.168.1.214>
Date:   Fri Dec 6 20:44:52 2024 +0000

    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 3fe03d72..2e1545c3 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 .

← 0739dc95 fix  ·  back to Exo  ·  fix 1dcc731b →