Skip to content

Commit b2bb7c0

Browse files
committed
Rename workflows; remove unnecessary steps
1 parent 257cb72 commit b2bb7c0

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/e2e-suite-windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
description: 'The number of the PR.'
2121
required: false
2222

23-
name: PR E2E Tests
23+
name: Integration Tests on Windows
2424

2525
jobs:
2626
integration-fork-windows:
@@ -65,9 +65,6 @@ jobs:
6565
with:
6666
python-version: '3.x'
6767

68-
- name: Install Python deps
69-
run: pip install .[obj,dev]
70-
7168
- name: Install the CLI
7269
run: make install
7370
env:

.github/workflows/e2e-suite.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration Tests
1+
name: Integration Tests on Ubuntu
22

33
on:
44
workflow_dispatch:
@@ -97,9 +97,6 @@ jobs:
9797
env:
9898
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9999

100-
- name: Update system packages
101-
run: sudo apt-get update -y
102-
103100
- name: Setup Python
104101
uses: actions/setup-python@v5
105102
with:

0 commit comments

Comments
 (0)