Skip to content

Commit

Permalink
update workflow for branch renames
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwolf committed May 24, 2023
1 parent 0fbc16b commit 9f9433c
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 @@ -61,7 +61,7 @@
- name: install bleeding edge libpysal (Ubuntu / Python 3.10)
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
if: matrix.os == 'ubuntu-latest' && contains(matrix.environment-file, 'DEV')

- name: environment info
Expand Down

0 comments on commit 9f9433c

Please sign in to comment.