Skip to content

Commit

Permalink
SCHED-715: Add pyexplore to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio committed Jul 29, 2024
1 parent a030bfd commit 4db7668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
env:
GH_PAT: ${{ secrets.GH_PAT }}

- name: Add $PYTHONPATH
run: echo "PYTHONPATH=/home/runner/work/scheduler/scheduler" >> $GITHUB_ENV
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
env:
GH_PAT: ${{ secrets.GH_PAT }}

- name: Add $PYTHONPATH
run: echo "PYTHONPATH=$PYTHONPATH:/home/runner/work/scheduler/scheduler:/home/runner/work/scheduler/scheduler/pyexplore/pyexplore" >> $GITHUB_ENV
Expand Down

0 comments on commit 4db7668

Please sign in to comment.