Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan authored Nov 28, 2023
1 parent 8ab110c commit 891319f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo "=== Testing wheel file ==="
# Install wheel to get dependencies and check import
python -m pip install --extra-index-url https://test.pypi.org/simple --upgrade --pre caustics
python -c "import caustic; print(caustics.__version__)"
python -c "import caustics; print(caustics.__version__)"
echo "=== Done testing wheel file ==="
echo "=== Testing source tar file ==="
Expand Down

0 comments on commit 891319f

Please sign in to comment.