Skip to content

Commit

Permalink
Following Eli's fix!
Browse files Browse the repository at this point in the history
Thanks, Eli! =)
  • Loading branch information
pedrovma committed Sep 13, 2023
1 parent 503316c commit e949afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

- name: install bleeding edge libpysal (only Ubuntu / Python 3.9)
shell: bash -l {0}
run: pip install git+https://github.com/pysal/libpysal.git@master
run: pip install git+https://github.com/pysal/libpysal.git@main
if: matrix.os == 'ubuntu-latest' && contains(matrix.environment-file, 'DEV')

- name: run tests - bash
Expand Down

0 comments on commit e949afa

Please sign in to comment.