Skip to content

Commit

Permalink
install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kgartland-rstudio committed Oct 22, 2024
1 parent 3b3c2f2 commit 50ef7cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Set IP Address
id: set-ip
run: |
pip install -r test/setup/requirements.txt
CONNECT_SERVER=$(python test/setup/get_ip.py)
echo "CONNECT_SERVER=$CONNECT_SERVER" >> $GITHUB_ENV
echo "::set-output name=connect_ip::$CONNECT_SERVER"
Expand Down

0 comments on commit 50ef7cc

Please sign in to comment.