Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Aug 6, 2024
1 parent b247078 commit 62af04e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ jobs:
fi
# Test minimal versioning?
if [[ "${{ matrix.minimal-dep }}" == "true" ]]; then
echo "sisl_install_packages=\"'numpy==1.21.*' 'scipy==1.6.*' 'xarray==0.21.*'\"" >> $GITHUB_OUTPUT
echo "sisl_install_packages='numpy==1.21.*' 'scipy==1.6.*' 'xarray==0.21.*'" >> $GITHUB_OUTPUT
else
echo "sisl_install_packages=''" >> $GITHUB_OUTPUT
echo "sisl_install_packages=" >> $GITHUB_OUTPUT
fi
- name: Python installation
Expand Down

0 comments on commit 62af04e

Please sign in to comment.