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 6a47958 commit 3e35628Copy full SHA for 3e35628
.github/workflows/push_tests.yml
@@ -31,14 +31,13 @@ jobs:
31
uses: actions/checkout@v3
32
with:
33
fetch-depth: 2
34
- - name: Set up Python
35
- uses: actions/setup-python@v4
36
- with:
37
- python-version: "3.8"
38
- name: Install dependencies
39
run: |
40
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
41
python -m uv pip install -e [quality,test]
+ - name: Environment
+ run: |
+ python utils/print_env.py
42
- name: Fetch Pipeline Matrix
43
id: fetch_pipeline_matrix
44
0 commit comments