Skip to content

Commit e53b0a3

Browse files
committed
Remove Squid service from test workflow
Eliminates the Squid service setup from the GitHub Actions test workflow, simplifying the build job configuration.
1 parent 05af365 commit e53b0a3

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,10 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88

9-
services:
10-
squid:
11-
image: ubuntu/squid:latest
12-
ports:
13-
- 3128:3128
14-
159
strategy:
1610
max-parallel: 4
1711
matrix:
18-
python-version: ["3.8", "3.9", "3.10", "3.11"]
12+
python-version: ['3.8', '3.9', '3.10', '3.11']
1913

2014
env:
2115
PORT: 8080

0 commit comments

Comments
 (0)