Skip to content

Commit

Permalink
Update torchbearer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhare authored Nov 5, 2023
1 parent a8a16b1 commit 6a098a7
Showing 1 changed file with 29 additions and 14 deletions.
43 changes: 29 additions & 14 deletions .github/workflows/torchbearer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
echo "Only docs were updated, not running the CI."
exit
fi
- run: pip install -q coverage
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
exit
fi
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down Expand Up @@ -123,7 +125,8 @@ jobs:
echo "Only docs were updated, not running the CI."
exit
fi
- run: pip install -q coverage
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down Expand Up @@ -165,7 +168,8 @@ jobs:
echo "Only docs were updated, not running the CI."
exit
fi
- run: pip install -q coverage
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down Expand Up @@ -207,7 +211,8 @@ jobs:
echo "Only docs were updated, not running the CI."
exit
fi
- run: pip install -q coverage
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down Expand Up @@ -249,7 +254,8 @@ jobs:
echo "Only docs were updated, not running the CI."
exit
fi
- run: pip install -q coverage
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down Expand Up @@ -291,7 +297,8 @@ jobs:
echo "Only docs were updated, not running the CI."
exit
fi
- run: pip install -q coverage
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down Expand Up @@ -333,7 +340,8 @@ jobs:
echo "Only docs were updated, not running the CI."
exit
fi
- run: pip install -q coverage
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down Expand Up @@ -375,7 +383,8 @@ jobs:
echo "Only docs were updated, not running the CI."
exit
fi
- run: pip install -q coverage
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down Expand Up @@ -417,7 +426,8 @@ jobs:
echo "Only docs were updated, not running the CI."
exit
fi
- run: pip install -q coverage
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down Expand Up @@ -460,7 +470,8 @@ jobs:
echo "Only docs were updated, not running the CI."
exit
fi
- run: pip install -q coverage
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down Expand Up @@ -503,7 +514,8 @@ jobs:
echo "Only docs were updated, not running the CI."
exit
fi
- run: pip install -q coverage
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down Expand Up @@ -546,7 +558,8 @@ jobs:
echo "Only docs were updated, not running the CI."
exit
fi
- run: pip install -q coverage
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down Expand Up @@ -589,7 +602,8 @@ jobs:
echo "Only docs were updated, not running the CI."
exit
fi
- run: pip install -q coverage
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down Expand Up @@ -632,7 +646,8 @@ jobs:
echo "Only docs were updated, not running the CI."
exit
fi
- run: pip install -q coverage
- run: pip install -q coverage
- run: pip install -q nose
- run: pip install -q $TORCH_URL
- run: pip install future
- run: pip install $PILLOW
Expand Down

0 comments on commit 6a098a7

Please sign in to comment.