Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jun 11, 2024
1 parent c35c6f7 commit 4b1db3b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.6"] # , "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-latest", "ubuntu-20.04"]
exclude:
- os: ubuntu-latest
python-version: "3.6"
- os: ubuntu-20.04
python-version: "3.7"
- os: ubuntu-20.04
python-version: "3.8"
- os: ubuntu-20.04
python-version: "3.9"
- os: ubuntu-20.04
python-version: "3.10"
- os: ubuntu-20.04
python-version: "3.11"
- os: ubuntu-20.04
python-version: "3.12"
# - os: ubuntu-20.04
# python-version: "3.7"
# - os: ubuntu-20.04
# python-version: "3.8"
# - os: ubuntu-20.04
# python-version: "3.9"
# - os: ubuntu-20.04
# python-version: "3.10"
# - os: ubuntu-20.04
# python-version: "3.11"
# - os: ubuntu-20.04
# python-version: "3.12"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Python 3.6 Coverage
run: |
if [[ $(python3 --version | grep "3.6") ]]; then ./qa/bin/functional-3.6 server 0 &; fi
if [[ $(python3 --version | grep "3.6") ]]; then nohup ./qa/bin/functional-3.6 server 0 &; fi
if [[ $(python3 --version | grep "3.6") ]]; then ./qa/bin/functional-3.6 client 0; fi
# - name: Coveralls
Expand Down

0 comments on commit 4b1db3b

Please sign in to comment.