Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit e681925

Browse files
authored
Fix CI
1 parent f6e6ffb commit e681925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
flake8 . --count --exit-zero --max-complexity=15 --max-line-length=250 --statistics
3838
3939
- name: Install cjxl
40-
run: /bin/bash build_cjxl.sh
40+
run: sudo /bin/bash build_cjxl.sh
4141

4242
- name: Test
4343
run: pytest
@@ -49,4 +49,4 @@ jobs:
4949
# env:
5050
# TWINE_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
5151
# TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
52-
# run: twine upload --repository testpypi dist/*
52+
# run: twine upload --repository testpypi dist/*

0 commit comments

Comments
 (0)