Skip to content

Commit 9864c53

Browse files
committed
debugging conda workflow
1 parent 3292fa5 commit 9864c53

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,15 @@ jobs:
239239

240240
- name: Install and Setup
241241
run: |
242-
set -x
242+
#set -x
243243
244244
python -m pip install -U pip setuptools wheel
245245
python -m pip install -e .[all]
246246
python -m pip install pathlib2 typing_extensions
247247
248248
- name: Setup Conda Distribution
249249
run: |
250-
set -x
250+
#set -x
251251
252252
mkdir -p conda/wheels
253253
python -m pip download -r conda/requirements.txt -d conda/wheels

.github/workflows/cron-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ jobs:
131131

132132
- name: Install and Setup
133133
run: |
134-
set -x
134+
#set -x
135135
136136
python -m pip install -U pip setuptools wheel
137137
python -m pip install -e .[all]
138138
python -m pip install pathlib2 typing_extensions
139139
140140
- name: Setup Conda Distribution
141141
run: |
142-
set -x
142+
#set -x
143143
144144
mkdir -p conda/wheels
145145
python -m pip download -r conda/requirements.txt -d conda/wheels

conda/pypcapkit/bld.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"%PYTHON%" -m pip install conda/wheels/* --target pcapkit/_extern -vv
2+
"%PYTHON%" -m pip install . -vv
3+
if errorlevel 1 exit 1

0 commit comments

Comments
 (0)