Skip to content

Commit 8a881cd

Browse files
committed
bump python to 3.9
1 parent 735ff9c commit 8a881cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up python
1111
uses: actions/setup-python@v4
1212
with:
13-
python-version: 3.8
13+
python-version: 3.9
1414
- name: Bootstrap poetry
1515
uses: snok/install-poetry@v1
1616
with:
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up python
2929
uses: actions/setup-python@v4
3030
with:
31-
python-version: 3.8
31+
python-version: 3.9
3232
- name: Bootstrap poetry
3333
uses: snok/install-poetry@v1
3434
with:
@@ -64,17 +64,17 @@ jobs:
6464
echo "Cloning langchain-cohere..."
6565
git clone https://github.com/langchain-ai/langchain-cohere.git && cd langchain-cohere/libs/cohere
6666
echo "Cloned langchain-cohere, current dir $(pwd)"
67-
67+
6868
echo "poetry install --with test,test_integration"
69-
poetry install --with test,test_integration
69+
poetry install --with test,test_integration
7070
7171
echo "Going to uninstall cohere package, and install the current version from the repo"
7272
cd ../../../cohere-python && echo "Current dir $(pwd)"
7373
echo "Current dir $(ls)"
7474
pip uninstall cohere
7575
pip install .
7676
cd ../langchain-cohere/libs/cohere
77-
77+
7878
echo "Current cohere installation: $(pip freeze | grep cohere)"
7979
make test
8080
make integration_test
@@ -101,7 +101,7 @@ jobs:
101101
- name: Set up python
102102
uses: actions/setup-python@v4
103103
with:
104-
python-version: 3.8
104+
python-version: 3.9
105105
- name: Bootstrap poetry
106106
run: |
107107
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1

0 commit comments

Comments
 (0)