Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria committed Nov 21, 2023
1 parent ba3a8fd commit 8d83916
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,21 @@ jobs:
run: |
echo "MACOS_DEPLOYMENT_TARGET=10.14" >> $GITHUB_ENV
- name: Build and install
run: python -m pip install pytest
pip install --verbose .
- name: Dependencies
run: |
pip install pip -U
pip install pytest
- name: Check versions
run: |
python --version
pip --version
cmake --version
- name: Build and install kima
run: |
pip install --verbose .
- name: Test
run: python -m pytest -s tests/
run: |
python -m pytest -s tests/

0 comments on commit 8d83916

Please sign in to comment.