changed workflows
This commit is contained in:
@@ -22,11 +22,12 @@ jobs:
|
||||
run: |
|
||||
pip install -e "packages/foreignthon[dev]"
|
||||
pip install -e packages/langs/es
|
||||
continue-on-error: true
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest packages/foreignthon/tests/ -v
|
||||
run: pytest packages/foreignthon/tests/ -v
|
||||
continue-on-error: true
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
ruff check packages/foreignthon/src
|
||||
run: ruff check packages/foreignthon/src
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user