File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
- name : Set up python
11
11
uses : actions/setup-python@v4
12
12
with :
13
- python-version : 3.8
13
+ python-version : 3.9
14
14
- name : Bootstrap poetry
15
15
uses : snok/install-poetry@v1
16
16
with :
28
28
- name : Set up python
29
29
uses : actions/setup-python@v4
30
30
with :
31
- python-version : 3.8
31
+ python-version : 3.9
32
32
- name : Bootstrap poetry
33
33
uses : snok/install-poetry@v1
34
34
with :
@@ -64,17 +64,17 @@ jobs:
64
64
echo "Cloning langchain-cohere..."
65
65
git clone https://github.com/langchain-ai/langchain-cohere.git && cd langchain-cohere/libs/cohere
66
66
echo "Cloned langchain-cohere, current dir $(pwd)"
67
-
67
+
68
68
echo "poetry install --with test,test_integration"
69
- poetry install --with test,test_integration
69
+ poetry install --with test,test_integration
70
70
71
71
echo "Going to uninstall cohere package, and install the current version from the repo"
72
72
cd ../../../cohere-python && echo "Current dir $(pwd)"
73
73
echo "Current dir $(ls)"
74
74
pip uninstall cohere
75
75
pip install .
76
76
cd ../langchain-cohere/libs/cohere
77
-
77
+
78
78
echo "Current cohere installation: $(pip freeze | grep cohere)"
79
79
make test
80
80
make integration_test
@@ -101,7 +101,7 @@ jobs:
101
101
- name : Set up python
102
102
uses : actions/setup-python@v4
103
103
with :
104
- python-version : 3.8
104
+ python-version : 3.9
105
105
- name : Bootstrap poetry
106
106
run : |
107
107
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
You can’t perform that action at this time.
0 commit comments