Skip to content

Commit

Permalink
Merge pull request #90 from lsst/tickets/DM-36927
Browse files Browse the repository at this point in the history
DM-36927: Remove MYPYPATH setting
  • Loading branch information
timj committed Nov 8, 2022
2 parents 71c1dbb + 448f304 commit 4891f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: "3.10"
cache: "pip"

- name: Update pip/wheel infrastructure
Expand Down
1 change: 0 additions & 1 deletion ups/pex_config.table
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ envPrepend(LSST_LIBRARY_PATH, ${PRODUCT_DIR}/lib)

envPrepend(PYTHONPATH, ${PRODUCT_DIR}/python)
envPrepend(PATH, ${PRODUCT_DIR}/bin)
envPrepend(MYPYPATH, ${PRODUCT_DIR}/python)

0 comments on commit 4891f08

Please sign in to comment.