Skip to content

Commit 42dce4a

Browse files
committed
Added CI/CD github actions for Win64.
1 parent b7d6c89 commit 42dce4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app-no-gil-win64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
mkdir -p logs
3636
- name: Check Installed Versions
3737
run : |
38-
export PYTHONPATH=$PYTHONPATH:.
38+
# export PYTHONPATH=$PYTHONPATH:.
3939
export PYTHON_GIL=1
4040
python ./tests/bugs/issue_36/display_version_info.py
4141
- name: Basic Tests
4242
run : |
43-
export PYTHONPATH=$PYTHONPATH:.
43+
# export PYTHONPATH=$PYTHONPATH:.
4444
export MKL_NUM_THREADS=1
4545
export NUMEXPR_NUM_THREADS=1
4646
export OMP_NUM_THREADS=1
@@ -51,7 +51,7 @@ jobs:
5151
python tests/func/test_air_passengers.py
5252
- name: Build Tests
5353
run : |
54-
export PYTHONPATH=$PYTHONPATH:.
54+
# export PYTHONPATH=$PYTHONPATH:.
5555
export MKL_NUM_THREADS=1
5656
export NUMEXPR_NUM_THREADS=1
5757
export OMP_NUM_THREADS=1

0 commit comments

Comments
 (0)