Skip to content

Commit 301c979

Browse files
committed
Make sure the workflow is going properly - define version
1 parent 2607dce commit 301c979

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install dependencies
26+
env:
27+
servicex_version: 1.0a1
2628
run: |
2729
python -m pip install --upgrade pip setuptools wheel
2830
pip install --no-cache-dir -e .[test]

0 commit comments

Comments
 (0)