Skip to content

Commit

Permalink
fixed GitHub yaml: missing cloudpickle
Browse files Browse the repository at this point in the history
  • Loading branch information
arekbulski committed Feb 3, 2021
1 parent ff061ce commit e09c1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-benchmark enum34 numpy arrow ruamel.yaml
pip install pytest pytest-benchmark enum34 numpy arrow ruamel.yaml cloudpickle
- name: Run tests
run: |
export PYTHONPATH=$PYTHONPATH:`pwd`
Expand Down

0 comments on commit e09c1bb

Please sign in to comment.