Skip to content

Commit

Permalink
Update pylag-package-conda-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimc101 authored Nov 22, 2023
1 parent ce0aeb5 commit 72af0eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pylag-package-conda-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
run: |
conda info
conda list
python -c "from pylag import version; print(f'PyLag Git commit: {version.git_revision}')"
- name: Install local changes
shell: bash -l {0}
run: |
pip install .
python -c "import pylag; print(f'PyLag Git commit: {pylag.version.git_revision}')"
# - name: Lint
# shell: bash -l {0}
# run: |
Expand Down

0 comments on commit 72af0eb

Please sign in to comment.