Skip to content

Commit

Permalink
Merge pull request #489 from marrink-lab/dssp-ci-version
Browse files Browse the repository at this point in the history
Install dssp=3.0 during CI
  • Loading branch information
pckroon committed Nov 30, 2022
2 parents e383b48 + 78507d7 commit 9192386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down

0 comments on commit 9192386

Please sign in to comment.