Skip to content

Commit

Permalink
clean up workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdavis committed Sep 3, 2024
1 parent 03ccadb commit 722c270
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
pip install -r prereq.txt
- name: Pre-test setup
run: |
mkdir -p .
curl -o ./train-images-idx3-ubyte.gz https://ossci-datasets.s3.amazonaws.com/mnist/train-images-idx3-ubyte.gz
curl -o ./train-labels-idx1-ubyte.gz https://ossci-datasets.s3.amazonaws.com/mnist/train-labels-idx1-ubyte.gz
curl -o ./t10k-images-idx3-ubyte.gz https://ossci-datasets.s3.amazonaws.com/mnist/t10k-images-idx3-ubyte.gz
Expand Down

0 comments on commit 722c270

Please sign in to comment.