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 b70e778
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/shakespeare-char-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PyTorch CI
run-name: {{ github.actor }} is testing out github actions

on: [push, pull_request]

Expand All @@ -10,14 +10,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 b70e778

Please sign in to comment.