Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gkielian committed Nov 7, 2023
1 parent dbbcfc1 commit 82718b7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/shakespeare-char-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: PyTorch CI
name: PyTorch CI Setup
run-name = {{ github.actor }} is testing out github actions

on: [push, pull_request]

Expand All @@ -10,14 +11,6 @@ jobs:
matrix:
python-version: [3.10, 3.11] # Define multiple Python versions if needed

steps:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- name: Cache pip dependencies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 82718b7

Please sign in to comment.