Skip to content

Commit

Permalink
explore
Browse files Browse the repository at this point in the history
  • Loading branch information
rilma committed Oct 28, 2023
1 parent af6fe56 commit 4445664
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
- name: Install dependencies
- name: Explore
run: |
# make install-gfortran
make install
- name: Run code test in Python programs
run: |
make test
which gfortran
lsb_release --all
# - name: Install dependencies
# run: |
# # make install-gfortran
# make install
# - name: Run code test in Python programs
# run: |
# make test

0 comments on commit 4445664

Please sign in to comment.