Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen committed Dec 6, 2024
1 parent 7232c83 commit 503ec6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install dependencies
run: |
python${PYTHON_VERSION} -m venv env
echo "python${PYTHON_VERSION} -m venv env" | bash
source env/bin/activate
pip install --upgrade pip
pip install .
Expand Down

0 comments on commit 503ec6c

Please sign in to comment.