Skip to content

Commit

Permalink
minor change to test,,,removed 3.11,
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Jan 8, 2024
1 parent 8e8e9fa commit a009ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_with_MFEM_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
#python-version: ["3.10"]
os: [ubuntu-20.04]
# USE_FLAGS : cuda, parallel, libceed
Expand All @@ -28,7 +28,7 @@ jobs:

include:
- os: macos-latest
python-version: 3.10
python-version: 3.9
env: {USE_FLAGS: "000"}
# - os: [ubuntu-20.04]
# python-version: 3.9
Expand Down

0 comments on commit a009ffb

Please sign in to comment.