Skip to content

Commit

Permalink
CI: remove ruff compatibility fix, manually install xsdata[cli] (#411)
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 authored Aug 29, 2024
1 parent 4dd944b commit 6f2d541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
PYTHONPATH: ${{ github.workspace }}/src/python
run: |
pip install -r ${{ github.workspace }}/src/python/requirements.txt
pip install --force-reinstall ruff==0.4.10
pip install "xsdata[cli]"
cd ${{ github.workspace }}
src/python/bin/schemagen
src/python/bin/tweakgen
Expand Down

0 comments on commit 6f2d541

Please sign in to comment.