Skip to content

Commit

Permalink
Merge branch 'scrapinghub:master' into language
Browse files Browse the repository at this point in the history
  • Loading branch information
gavishpoddar authored Aug 24, 2021
2 parents 5b19b86 + ab96be9 commit 6a78400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
python-version: '${{ matrix.python-version }}'
- name: Install language-pack-fr
run: sudo apt-get install language-pack-fr
run: sudo apt-get update && sudo apt-get install language-pack-fr
- name: Install python dependencies
run: pip install tox
- name: tox
Expand Down

0 comments on commit 6a78400

Please sign in to comment.