Skip to content

Commit

Permalink
SCHED-715: Add repo dependencies to pyexplore
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio committed Jul 25, 2024
1 parent f52529b commit ab80af1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@
- name: Add $PYTHONPATH
run: echo "PYTHONPATH=/home/runner/work/scheduler/scheduler" >> $GITHUB_ENV

- name: Checkout private repo for pyexplore
uses: actions/checkout@v3
with:
repository: stroncod/pyexplore
token: ${{ secrets.GH_PAT }}
path: /home/runner/work/scheduler/scheduler

- name: Install requirements for pyexplore
run: |
pip install -r pyexplore/requirements.txt
- name: Install pyexplore as package
run: |
pip install -e pyexplore/pyexplore
- name: Run Greedymax
env:
REDISCLOUD_URL: ${{ secrets.REDISCLOUD_URL }}
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ mercury
bleach>=6.0.0
sortedcontainers
redis
pyexplore

0 comments on commit ab80af1

Please sign in to comment.