We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e843336 commit db3d6daCopy full SHA for db3d6da
1 file changed
.github/workflows/python-tests.yaml
@@ -25,10 +25,9 @@ jobs:
25
with:
26
python-version: ${{ matrix.python-version }}
27
28
- - name: Set PyARES Package Name From Tag
29
- run: echo "PYARES_PACKAGE_VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
30
-
31
- name: Install Dependencies
+ env:
+ PYARES_PACKAGE_VERSION: "0.0.1"
32
run: |
33
python -m pip install --upgrade pip
34
pip install -e .
0 commit comments