Skip to content

Commit db3d6da

Browse files
authored
Update python-tests.yaml
1 parent e843336 commit db3d6da

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/python-tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

28-
- name: Set PyARES Package Name From Tag
29-
run: echo "PYARES_PACKAGE_VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
30-
3128
- name: Install Dependencies
29+
env:
30+
PYARES_PACKAGE_VERSION: "0.0.1"
3231
run: |
3332
python -m pip install --upgrade pip
3433
pip install -e .

0 commit comments

Comments
 (0)