From f77f449dd761fe0f6361bbbced21b346cc1f30cc Mon Sep 17 00:00:00 2001 From: Simeon Bird Date: Tue, 20 Aug 2024 09:35:40 -0700 Subject: [PATCH] Fix --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7ee9ca5..1a73a4a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -33,7 +33,7 @@ jobs: python -m build - name: Install run: | - python -m pip install `ls dist/pfft-python*.whl` + python -m pip install `ls dist/pfft_python*.whl` - name: Unit tests run: | python ./runtests.py --mpirun="mpirun -np 4"