Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GCS-ZHN committed Dec 27, 2023
1 parent 8e8e64f commit 8446f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ jobs:
shell: powershell
run: |
pip install --upgrade pip;
pip install build ;
pip install build "setuptools>=42" "scikit-build>=0.13" "cmake>=3.18" "ninja" "versioneer[toml]";
conda install -c anaconda zlib ;
python -m build --wheel;
python -m build --wheel --no-isolation;
Get-ChildItem -Path dist -Filter diamond4py*whl | ForEach-Object{ pip install "dist\$_" };
pushd test; python test.py; popd
Expand Down

0 comments on commit 8446f52

Please sign in to comment.