Skip to content

Commit

Permalink
update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Jan 16, 2025
1 parent 2b3fe6e commit ce32bca
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,7 @@ jobs:
cd ${{ github.workspace }}
ls -l
- name: Install dependencies
run: |
python -m pip install \
PyICU \
beautifulsoup4 \
biplist html5lib \
python-idzip \
lxml==5.3 \
marisa-trie \
mistune \
polib
run: sh ./scripts/test-deps.sh
- name: Remove test cache
run: rm -rf /home/runner/.cache/pyglossary/test || true
- name: Run tests
Expand Down

0 comments on commit ce32bca

Please sign in to comment.