Skip to content

Commit

Permalink
Merge pull request #3 from PhilipDeegan/pr
Browse files Browse the repository at this point in the history
better
  • Loading branch information
UCaromel authored Jul 20, 2024
2 parents 8c402c8 + fa07471 commit b38abda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ jobs:
run: |
curl -Lo mkn https://github.com/mkn/mkn/releases/download/latest/mkn_nix
chmod +x mkn
export PYTHONPATH=$PWD PATH=$PWD:$PATH
KLOG=3 mkn
python3 py.py
KLOG=3 ./mkn
PYTHONPATH=$PWD python3 py.py
2 changes: 1 addition & 1 deletion mkn.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! mkn clean build -qdtOp py -a -fPIC
#! clean build -qdtOp py -a "-fPIC -std=c++17"

name: MHDProblem

Expand Down

0 comments on commit b38abda

Please sign in to comment.