Skip to content

Commit

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

0 comments on commit b67128d

Please sign in to comment.