Skip to content

Commit

Permalink
dot
Browse files Browse the repository at this point in the history
  • Loading branch information
rsb-23 committed Dec 1, 2024
1 parent 9d3777c commit 11f53d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- name: Setup python env
run: |
python -m venv .venv
source venv/bin/activate
source .venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
shell: bash
Expand Down

0 comments on commit 11f53d9

Please sign in to comment.