Skip to content

Commit 6acfecb

Browse files
committed
debugging conda workflow
1 parent d013850 commit 6acfecb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/cron-conda.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
python -m pip install -e .[all]
2727
python -m pip install pathlib2 typing_extensions
2828
29+
- name: Checkout at Version
30+
run: |
31+
set -x
32+
33+
git checkout v$(python -c 'import pcapkit; print(pcapkit.__version__)')
34+
2935
- name: Setup Conda Distribution
3036
run: |
3137
export PCAPKIT_DEVMODE=1
@@ -88,7 +94,7 @@ jobs:
8894
strategy:
8995
matrix:
9096
python-version:
91-
- "3.7"
97+
#- "3.7" # skip for now
9298
- "3.8"
9399
- "3.9"
94100
- "3.10"

0 commit comments

Comments
 (0)