Skip to content

Commit

Permalink
compat without pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 8, 2024
1 parent 9ae2d1e commit e899e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
python -m pip install -U pip setuptools wheel
python -m pip install -U coverage
python -m pip install -v -U -e ".${{ matrix.extras }}" --config-settings editable_mode=strict
python -m pip install -v -U -e ".${{ matrix.extras }}" --config-settings editable_mode=compat
python -c 'from nti import transactions; print(transactions)'
ls -l /opt/hostedtoolcache/Py*/*/*/lib/*/site-packages/nti
cat /opt/hostedtoolcache/Py*/*/*/lib/*/site-packages/nti/*py
Expand Down

0 comments on commit e899e7d

Please sign in to comment.