Skip to content

Commit

Permalink
Put in better place and make output more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC-DLS committed Jun 22, 2023
1 parent 9624bd0 commit 3420973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8'] #, '3.9', '3.10', '3.11']
max-parallel: 5
env:
python_version: ${{ matrix.python-version }}
Expand All @@ -47,13 +47,13 @@ jobs:
- name: Install Requirements
run: |
echo $GITHUB_TOKEN
python3 -m pip install --upgrade pip setuptools
make install
python3 -m pip list
- name: Check Code Style
run: |
echo "Token is |$GITHUB_TOKEN|"
make style
- name: Run Tests
Expand Down

0 comments on commit 3420973

Please sign in to comment.