Skip to content

Commit

Permalink
Try using separate steps in CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed May 15, 2024
1 parent c0d812d commit 83736e3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- if: ${{ !matrix.unavailable }}
run: |
python getinfo.py --help
python getinfo.py --version
python getinfo.py
python getinfo.py -o stdout
python getinfo.py -o getinfo-output.json
- run: python getinfo.py --help
- run: python getinfo.py --version
- run: python getinfo.py
- run: python getinfo.py -o stdout
- run: python getinfo.py -o getinfo-output.json

0 comments on commit 83736e3

Please sign in to comment.