Skip to content

Commit

Permalink
debugging github action macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Sep 29, 2023
1 parent 57707c1 commit c51eaf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_with_MFEM_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

include:
- os: macos-latest
python-version: 3.9
python-version: 3.11
env: {USE_FLAGS: "000"}
# - os: [ubuntu-20.04]
# python-version: 3.9
Expand Down
4 changes: 2 additions & 2 deletions mfem/_ser/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ def get_extensions():

# this forces to use compiler written in setup_local.py
if cc_ser != '':
os.environ['CC'] = "echo "#cc_ser
os.environ['CC'] = cc_ser
if cxx_ser != '':
os.environ['CXX'] = "echo "#cxx_ser
os.environ['CXX'] = cxx_ser

modules = ["io_stream", "vtk", "sort_pairs", "datacollection",
"cpointers", "symmat",
Expand Down

0 comments on commit c51eaf3

Please sign in to comment.