Skip to content

Commit

Permalink
word
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Jun 4, 2024
1 parent 7776339 commit e25b20b
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 @@ -38,7 +38,7 @@ jobs:
with:
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('requirements.txt') }}
path: .venv
- name: Install dependencies
- name: Install Python dependencies
run: |
python -m venv .venv
source .venv/bin/activate
Expand Down

0 comments on commit e25b20b

Please sign in to comment.