Skip to content

Commit

Permalink
Pin MacOS version in test.yml Actions workflow and skip DomCut tests
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 26, 2024
1 parent 2b074b7 commit 8f5e28f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

test-linux:
name: Test (Linux)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
OS: Linux
strategy:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

test-osx:
name: Test (OSX)
runs-on: macos-latest
runs-on: macos-12
env:
OS: OSX
strategy:
Expand Down
1 change: 1 addition & 0 deletions tests/test_linker_preference_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import peptides


@unittest.skip("server not available")
class TestLinkerPreferenceProfile(unittest.TestCase):

DOMCUT_URL = "http://www.bork.embl-heidelberg.de/Docu/mikita/domplot.cgi"
Expand Down

0 comments on commit 8f5e28f

Please sign in to comment.