Skip to content

Commit 6a78999

Browse files
committed
various cleanups
1 parent 7d6bb53 commit 6a78999

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/testing.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- name: Install project and dependencies
156156
run: |
157157
bash ./.github/scripts/install_downstream_project.sh
158-
- name: Install cloudpickle
158+
- name: Install developed version of cloudpickle
159159
shell: bash
160160
run: |
161161
python -m pip install -e .
@@ -209,17 +209,17 @@ jobs:
209209
PROJECT_URL: https://github.com/joblib/loky.git
210210
strategy:
211211
matrix:
212-
python_version: [3.9]
212+
python_version: [3.7]
213213
steps:
214214
- uses: actions/checkout@v1
215-
- name: Set up Python 3.9
215+
- name: Set up Python 3.7
216216
uses: actions/setup-python@v1
217217
with:
218218
python-version: ${{ matrix.python_version }}
219219
- name: Install downstream project and dependencies
220220
run: |
221221
bash ./.github/scripts/install_downstream_project.sh
222-
- name: Install cloudpickle
222+
- name: Install developed version of cloudpickle
223223
shell: bash
224224
run: |
225225
python -m pip install -e .
@@ -255,7 +255,6 @@ jobs:
255255
popd
256256
PROJECT_DIR=$(python -c "import os, ray; print(os.path.dirname(ray.__file__), flush=True)")
257257
rm $PROJECT_DIR/cloudpickle/cloudpickle.py
258-
#cp -R ../ray/python/ray/tests $PROJECT_DIR/tests
259258
cp cloudpickle/cloudpickle.py $PROJECT_DIR/cloudpickle/cloudpickle.py
260259
cp cloudpickle/compat.py $PROJECT_DIR/cloudpickle/compat.py
261260
cp cloudpickle/cloudpickle_fast.py $PROJECT_DIR/cloudpickle/cloudpickle_fast.py

0 commit comments

Comments
 (0)