Skip to content

Commit 2a6dfaf

Browse files
authored
Fix CI (breaking because of pdm and windows-2019) (#1679)
* Empty commit to get baseline for CI * Do not use latest pdm to test install * See if changing pdm version is fixing windows-2019 * Skipping windows-2019 in CI for now
1 parent cc4d071 commit 2a6dfaf

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/build-python.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060
langchain_minimal: [false]
6161
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
6262
include:
63-
- python-version: "3.10"
64-
os: windows-2019
65-
pydantic_v1: false
66-
pandas_v1: false
67-
langchain_minimal: false
63+
# - python-version: "3.10" # Deactivating windows-2019, since it's trying to use python 3.7 to install PDM. Maybe try to reactivate later ?
64+
# os: windows-2019
65+
# pydantic_v1: false
66+
# pandas_v1: false
67+
# langchain_minimal: false
6868
- python-version: "3.10"
6969
os: windows-2022
7070
pydantic_v1: false
@@ -250,6 +250,7 @@ jobs:
250250
uses: pdm-project/setup-pdm@v3
251251
with:
252252
python-version: '3.10'
253+
version: '2.10.4' # Fix to repair the CI, use latest version when fixed on pdm
253254
cache: false
254255
- name: Build wheel
255256
run: pdm build

0 commit comments

Comments
 (0)