Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu authored Mar 11, 2024
1 parent be2d4bc commit f950dda
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/version_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ jobs:
python-version: '3.10'
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Set up pip/dependencies
run: |
python -m pip install --upgrade pip
pip install get_pypi_latest_version
- name: Set up pip/dependencies
run: |
python -m pip install --upgrade pip
pip install get_pypi_latest_version
- name: Get conda version
run: echo "conda_version=$(conda search -c conda-forge lsdb | tail -n1 | awk '{print $2}')" >> $GITHUB_ENV
- name: Get pip version
Expand Down

0 comments on commit f950dda

Please sign in to comment.