Skip to content

Commit

Permalink
Switch git workflow test from dev branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
greydanus committed May 6, 2024
1 parent e41b02d commit f31dff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Install dev version locally
run: python -m pip install git+https://github.com/greydanus/mnist1d.git@greydanus-pyprojtoml
run: python -m pip install git+https://github.com/greydanus/mnist1d.git@master

0 comments on commit f31dff4

Please sign in to comment.