Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Dec 21, 2023
1 parent 7fa3066 commit cdb27d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
with:
submodules: true

# Other steps that change files in the repository
# Set up Python
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install lxml

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit cdb27d6

Please sign in to comment.