Skip to content

Commit

Permalink
Try just hardcoding the version for now
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
jborean93 committed Aug 29, 2023
1 parent fe6235e commit 5b94aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ jobs:
sudo apt-get update
DEBIAN_FRONTEND=noninteractive sudo apt-get -y install krb5-user libkrb5-dev
GSSAPI_VER="$( grep 'version=' setup.py | cut -d "'" -f2 )"
# GSSAPI_VER="$( grep 'version=' setup.py | cut -d "'" -f2 )"
GSSAPI_VER="1.8.4"
/usr/local/bin/python3.11 -m pip install gssapi=="${GSSAPI_VER}" \
--find-links "file://${PWD}/dist" \
--verbose
Expand Down

0 comments on commit 5b94aa1

Please sign in to comment.