Skip to content

Commit

Permalink
updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiCheng45 committed Mar 25, 2024
1 parent 4dd3d9a commit 6e2d120
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Install build packages
run: python -m pip install build wheel setuptools pytest

- name: Install dependencies
run: (cd MDANSE && python -m pip install -r requirements.txt)

- name: install MDANSE
run: (cd MDANSE && python -m pip install .)

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Install build packages
run: python -m pip install build wheel setuptools

- name: Install dependencies
run: (cd MDANSE && python -m pip install -r requirements.txt)

- name: Build wheels
run: (cd MDANSE && python -m build)
# to supply options, put them in 'env', like:
Expand Down

0 comments on commit 6e2d120

Please sign in to comment.