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 f96193e commit af0da8cCopy full SHA for af0da8c
.github/workflows/e2e-suite-windows.yml
@@ -20,7 +20,7 @@ on:
20
description: 'The number of the PR.'
21
required: false
22
23
-name: PR E2E Tests
+name: Integration Tests on Windows
24
25
jobs:
26
integration-fork-windows:
@@ -65,9 +65,6 @@ jobs:
65
with:
66
python-version: '3.x'
67
68
- - name: Install Python deps
69
- run: pip install .[obj,dev]
70
-
71
- name: Install the CLI
72
run: make install
73
env:
.github/workflows/e2e-suite.yml
@@ -1,4 +1,4 @@
1
-name: Integration Tests
+name: Integration Tests on Linux
2
3
on:
4
workflow_dispatch:
@@ -97,9 +97,6 @@ jobs:
97
98
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
100
- - name: Update system packages
101
- run: sudo apt-get update -y
102
103
- name: Setup Python
104
uses: actions/setup-python@v5
105
0 commit comments