Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
Glen committed Dec 6, 2024
1 parent 94ff206 commit 7232c83
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -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 .

0 comments on commit 7232c83

Please sign in to comment.