Skip to content

Commit

Permalink
ups..
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Jul 14, 2023
1 parent b690443 commit 631ac22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: steps.cacheVenv.outputs.cache-hit != 'true'
run: |
python -m venv ./venv
source ./.venv/bin/activate
source ./venv/bin/activate
pip install -U -e . -r requirements.txt
- name: Activate venv
Expand Down

0 comments on commit 631ac22

Please sign in to comment.