Skip to content

Commit

Permalink
Merge branch 'main' of github.com:LuisaGroup/luisa-python-lang
Browse files Browse the repository at this point in the history
  • Loading branch information
shiinamiyuki committed Jun 1, 2024
2 parents 9fa74db + 81f5002 commit fca8cc2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
pip install mypy
- name: Run static typechecker
run: |
mypy .
- name: Test with pytest
run: |
conda install pytest
pytest
# - name: Test with pytest
# run: |
# conda install pytest
# pytest

0 comments on commit fca8cc2

Please sign in to comment.