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 9a41d4b commit 8ab110c
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 @@ -69,7 +69,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 caustic
python -m pip install --extra-index-url https://test.pypi.org/simple --upgrade --pre caustics
python -c "import caustic; print(caustics.__version__)"
echo "=== Done testing wheel file ==="
Expand Down

0 comments on commit 8ab110c

Please sign in to comment.