We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4949fc commit ced7a14Copy full SHA for ced7a14
.github/workflows/build.yml
@@ -47,6 +47,8 @@ jobs:
47
# - run: ./python -m test -j
48
49
# # - run: git clone --depth=1 --branch=3.12 http://www.github.com/python/cpython
50
+ - run: pwd
51
+ - run: cd .. && find .
52
- name: Build
53
working-directory: cpython
54
run: |
0 commit comments