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 0ea5515 commit 62dfb55Copy full SHA for 62dfb55
.github/workflows/main.yml
@@ -38,7 +38,15 @@ jobs:
38
with:
39
python-version: ${{ matrix.python }}
40
cache: 'pip'
41
+ update-environment: false
42
cache-dependency-path: 'requirements.txt'
43
+ - name: Print again
44
+ run: |
45
+ # Get the container ID
46
+ container_id=$(cat /proc/self/cgroup | grep "cpu" | sed 's/^.*\///' | tail -n 1)
47
+ echo "Container ID used: $container_id"
48
+ # Print the environment variable
49
+ echo "PRINT PIP_ROOT_USER_ACTION: $PIP_ROOT_USER_ACTION"
50
test2:
51
runs-on: ubuntu-latest
52
strategy:
0 commit comments