Skip to content

Commit

Permalink
test III on the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Nov 30, 2023
1 parent 000f00c commit 6991d56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linuxWF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
linuxCachingPip:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
cache: pip #this will save some time in getting the requirements
cache-dependency-path: ./python/requirements
- name: Install python packages needed for tests
run: |
python -m pip install --upgrade pip
Expand Down
8 changes: 8 additions & 0 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#requirements for the tests in the CI
Cython
numpy
pytest
six
pandas
mdtraj
MDAnalysis

0 comments on commit 6991d56

Please sign in to comment.