8000 GH-110793: add GitHub Actions job that runs tests after installing by FFY00 · Pull Request #110794 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-110793: add GitHub Actions job that runs tests after installing #110794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Oct 13, 2023
commit c37986007d1ce6cb7250d6d30e2bee8e6cbf2516
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ jobs:
working-directory: ${{ env.CPYTHON_BUILDDIR }}
run: make pythoninfo
- run: env
- run: ldd /usr/local/bin/python3
- run: ldd ${{ env.CPYTHON_BUILDDIR }}/python
- name: Install CPython to the system
working-directory: ${{ env.CPYTHON_BUILDDIR }}
run: sudo make install
Expand Down
0