Skip to content

Commit 8520d86

Browse files
committed
update workflows
1 parent 873a965 commit 8520d86

File tree

4 files changed

+313
-238
lines changed

4 files changed

+313
-238
lines changed

.github/workflows/build-with-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ jobs:
7474
run: |
7575
source ${{ env.ONEAPI_ROOT }}/setvars.sh
7676
pip install scipy mkl-service pytest
77-
pytest -s -v --pyargs mkl_fft
77+
python -m pytest -sv --pyargs mkl_fft/tests

.github/workflows/build_pip.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ on:
88

99
permissions: read-all
1010

11-
env:
12-
PACKAGE_NAME: mkl_fft
13-
MODULE_NAME: mkl_fft
14-
TEST_ENV_NAME: test_mkl_fft
15-
1611
jobs:
1712
build:
1813
runs-on: ubuntu-latest
@@ -31,7 +26,8 @@ jobs:
3126
run: |
3227
sudo apt-get install jq
3328
34-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29+
- name: Checkout repo
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3531
with:
3632
fetch-depth: 0
3733

0 commit comments

Comments
 (0)