summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-12-23 09:12:19 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-12-23 09:12:19 +0100
commit1166cfbfa01f808f9f4c07cd6c834b8d61a1e97b (patch)
tree06b24c9473a76cbbe3d3de18251703d300d7489e
parent6b2698d7678572edf81890f9494edafd65751627 (diff)
downloadpython-lxml-1166cfbfa01f808f9f4c07cd6c834b8d61a1e97b.tar.gz
Remove CI image that is not available.
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index aa28205f..11a2dfcb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -53,9 +53,9 @@ jobs:
env: [{ STATIC_DEPS: true }, { STATIC_DEPS: false }]
include:
- - os: windows-2016
- python-version: 2.7
- env: { STATIC_DEPS: true } # always static
+ #- os: windows-2016
+ # python-version: 2.7
+ # env: { STATIC_DEPS: true } # always static
- os: ubuntu-latest
python-version: "3.9"