Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colebrookson authored Aug 30, 2023
1 parent 31b1f45 commit a44e986
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
GenBank:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- uses: gautamkrishnar/keepalive-workflow@v1
- name: Setup Julia
uses: julia-actions/setup-julia@v1
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
Globi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Setup R
uses: r-lib/actions/setup-r@v2
- name: Libraries for tidyverse
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
needs: [GenBank, Globi]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Setup R
uses: r-lib/actions/setup-r@v2
- name: dependencies!!!
Expand Down

0 comments on commit a44e986

Please sign in to comment.