Skip to content

Commit 62dfb55

Browse files
authored
Update main.yml
1 parent 0ea5515 commit 62dfb55

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,15 @@ jobs:
3838
with:
3939
python-version: ${{ matrix.python }}
4040
cache: 'pip'
41+
update-environment: false
4142
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"
4250
test2:
4351
runs-on: ubuntu-latest
4452
strategy:

0 commit comments

Comments
 (0)