Skip to content

Commit 4932e6e

Browse files
committed
FIX: Name
1 parent 3f26841 commit 4932e6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/azure_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ python -m pip install $EXTRA_ARGS .[test,hdf5] codecov
3232

3333
# Hopefully temporary workaround until it's merged and released
3434
if [[ "$(python -m pip list)" == *'pyvista '* ]]; then
35-
pip install --progress-bar off https://github.com/pyvista/larsoner/zipball/try
35+
pip install --progress-bar off https://github.com/larsoner/pyvista/zipball/try
3636
fi

tools/github_actions_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ fi
5555

5656
# Hopefully temporary workaround until it's merged and released
5757
if [[ "$(pip list)" == *'pyvista '* ]]; then
58-
pip install --progress-bar off https://github.com/pyvista/larsoner/zipball/try
58+
pip install --progress-bar off https://github.com/larsoner/pyvista/zipball/try
5959
fi

0 commit comments

Comments
 (0)