Skip to content

Commit

Permalink
Moving CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmorgan committed Aug 11, 2023
1 parent 0b596ca commit 24a0e16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{matrix.python-version}}
- name: Before install:
run: |
sudo apt-get install gfortran
pip install coveralls
- name: Install Python dependencies
run: |
pip install --upgrade pip
Expand All @@ -30,6 +34,7 @@ jobs:
pip install .
pip list
- name: Before script
run: |
gfortran -v
cd crystal_torture
f2py -c --opt='-O3' --f90flags='-fopenmp' -lgomp -m dist dist.f90
Expand Down

0 comments on commit 24a0e16

Please sign in to comment.