Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkhorana committed Mar 25, 2024
1 parent 0893db5 commit 3bc1066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
File renamed without changes.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{matrix.python-version}}

- name: install deps
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
cache: pip

- name: run tests
working-directory: ./PolyatomicComplexes
run: |
python -B -m pytest
working-directory: .
run: python -B -m pytest

- name: mypy
working-directory: ./PolyatomicComplexes
Expand Down

0 comments on commit 3bc1066

Please sign in to comment.