Skip to content

Commit

Permalink
add requests dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-vm committed Oct 9, 2023
1 parent 5935eb3 commit 7ee95cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Check the current version on PyPi
id: version_step_pypi
run: |
python -m pip install requests
latest=$(python src/osmg/get_latest_pypi_version.py)
echo "Latest Version found on PyPi: $latest"
echo "PYPI_VERSION=$latest" >> $GITHUB_ENV
Expand Down

0 comments on commit 7ee95cf

Please sign in to comment.