Skip to content

Commit

Permalink
Revert " - enable debug ssh session"
Browse files Browse the repository at this point in the history
This reverts commit 7864b9c.
  • Loading branch information
fbergmann committed Jun 23, 2022
1 parent 7864b9c commit f91f16b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.7'] #, '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10']

steps:
- name: Checkout
Expand All @@ -22,8 +22,6 @@ jobs:
python3 -m pip install --upgrade pip
pip3 install python-copasi
pip3 install -e .[test,dataverse]
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Test with pytest
run: |
python3 -m pytest
Expand Down

0 comments on commit f91f16b

Please sign in to comment.