Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jul 5, 2024
1 parent 002232b commit 384ac8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/import-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
python -m venv .venv
.\.venv\bin\activate
./.venv/bin/activate
pip install -r requirements.txt
- name: Run import translations script
Expand Down

0 comments on commit 384ac8a

Please sign in to comment.