Skip to content

Commit

Permalink
Update testing.yml (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Mar 21, 2023
1 parent 981bfa6 commit c34aba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
- name: install bleeding edge libpysal & esda (Ubuntu / Python 3.11)
shell: bash -l {0}
run: |
pip install git+https://github.com/pysal/libpysal.git@master
pip install git+https://github.com/pysal/libpysal.git@main
pip install git+https://github.com/pysal/esda.git@main
if: matrix.os == 'ubuntu-latest' && contains(matrix.environment-file, 'DEV')

Expand Down

0 comments on commit c34aba2

Please sign in to comment.