Skip to content

Commit

Permalink
try to run tests for flang CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed May 19, 2024
1 parent e9473f4 commit 6b6951a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: conda create -c conda-forge -c nodefaults fpm flang --prefix ./env
- run: conda activate ./env; export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./env/lib; fpm run --compiler flang-new
- run: conda activate ./env; export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./env/lib; fpm test --compiler flang-new

0 comments on commit 6b6951a

Please sign in to comment.