Skip to content

Commit 5c60099

Browse files
committed
Removed action stuff
1 parent 8c09dc1 commit 5c60099

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/test-smoketests.yml

+3-11
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ on:
66
pull_request:
77
branches: [ master ]
88
workflow_dispatch: # manual execution
9-
env:
10-
GITHUB_WORKSPACE: /home/runner/work/scalene-outer/scalene-inner # Maintaining rough directory structure
11-
ACTIONS_STEP_DEBUG: true
12-
# defaults:
13-
# run:
14-
# working-directory: /home/runner/work/scalene-outer/scalene-inner
9+
1510
jobs:
1611
smoketests:
1712
runs-on: ${{ matrix.os }}
@@ -22,9 +17,6 @@ jobs:
2217
python: [ '3.8', '3.9', '3.10', '3.11', '3.12']
2318

2419
steps:
25-
- name: echo the environment
26-
run: echo $GITHUB_WORKSPACE
27-
2820
- uses: actions/checkout@v4
2921

3022
- name: Set up Python
@@ -49,8 +41,8 @@ jobs:
4941
- name: cpu-only smoke test
5042
run: python test/smoketest.py test/testme.py --cpu-only
5143

52-
- name: multiprocessing smoke test
53-
run: python test/smoketest.py test/multiprocessing_test.py
44+
# - name: multiprocessing smoke test
45+
# run: python test/smoketest.py test/multiprocessing_test.py
5446

5547
# Note: test/smoketest.py only handles single JSON, rather than multiple in sequence.
5648
- name: profile-interval smoke test

0 commit comments

Comments
 (0)