Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Binh Vu committed Apr 26, 2024
1 parent fdd404c commit 0a7a98f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
- name: Run test
if: matrix.python == '3.10' && !startsWith(matrix.platform, 'windows')
run: |
mv kgdata kgdata2
pip freeze | grep kgdata
python -c 'import kgdata'
python -c "import subprocess, glob, os; file = glob.glob(os.path.join('dist', '*cp310*.whl'))[0]; subprocess.check_output(['pip', 'install', file + '[spark]'])"
pip install pytest
mv kgdata kgdata2
pytest -xs tests/
- name: Upload wheels
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 0a7a98f

Please sign in to comment.