Skip to content

Commit

Permalink
Corrected errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeipollack committed Oct 4, 2023
1 parent 2c74b5c commit 2e509f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
pull_request:
branches:
- dummy_main
.github/workflows/ci.ym

jobs:
test-full:
name: Run CI Tests
runs-on: [ubuntu-latest, gpu]

strategy:
Expand All @@ -20,8 +20,8 @@ jobs:
python-version: ["3.10.5"]

steps:
- name: Checkout
- uses: actions/checkout@v3
- name:
uses: actions/checkout@v3

- name: Set up Python 3.10.5
uses: actions/setup-python@v3
Expand Down

0 comments on commit 2e509f2

Please sign in to comment.