Skip to content

Commit

Permalink
change order of actions so /Users/calcraven/miniconda3/envs/dihedral_…
Browse files Browse the repository at this point in the history
…fit311 exists
  • Loading branch information
CalCraven committed Aug 5, 2024
1 parent 38611de commit efacbc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- name: change permission on GOMC make file and run it
run: cd /opt/gomc_build/GOMC/ && sudo chmod u+x metamake.sh && sudo ./metamake.sh NVT

- name: Add GOMC path as symlink to conda bin
run: sudo ln -s /opt/GOMC_CPU_NVT $CONDA_PREFIX/bin

- name: Checkout Branch / Pull Request
uses: actions/checkout@v3

Expand All @@ -59,6 +56,9 @@ jobs:
- name: Install Package
run: python -m pip install -e .

- name: Add GOMC path as symlink to conda bin
run: sudo ln -s /opt/GOMC_CPU_NVT $CONDA_PREFIX/bin

- name: Test (OS -> ${{ matrix.os }} / Python -> ${{ matrix.python-version }})
run: python -m pytest -v --cov=mosdef_dihedral_fit --cov-report=xml --cov-append --cov-config=setup.cfg --color yes --pyargs mosdef_dihedral_fit

Expand Down

0 comments on commit efacbc4

Please sign in to comment.