Skip to content

Commit

Permalink
Merge pull request #111 from pyiron/master
Browse files Browse the repository at this point in the history
Merge Master
  • Loading branch information
jan-janssen authored Jan 11, 2022
2 parents f92eab4 + 33a9546 commit 8aeeb84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
- pandas =1.3.5
- pyyaml =6.0
- jinja2 =3.0.3
- paramiko =2.8.1
- paramiko =2.9.1
- tqdm =4.62.3
7 changes: 6 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.10']
include:
- operating-system: ubuntu-latest
python-version: 3.8
- operating-system: ubuntu-latest
python-version: 3.9

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
install_requires=['defusedxml==0.7.1',
'jinja2==3.0.3',
'pandas==1.3.5',
'paramiko==2.8.1',
'paramiko==2.9.1',
'pyyaml==6.0',
'tqdm==4.62.3'],
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit 8aeeb84

Please sign in to comment.