Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Feb 9, 2020
1 parent 7eab7f8 commit f1d7fbe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,11 @@ jobs:
conda install -c conda-forge --yes pandas==$PANDAS_VERSION pyarrow==$PYARROW_VERSION
conda install -c conda-forge --yes --freeze-installed --file requirements-dev.txt
conda list
conda deactivate
ls /usr/share/miniconda/envs
- name: Run tests
run: |
ls /usr/share/miniconda/envs
source '/usr/share/miniconda/etc/profile.d/conda.sh'
conda config --prepend envs_dirs /usr/share/miniconda/envs
conda config --prepend envs_dirs /home/runner/miniconda/envs
conda activate test-environment
export SPARK_HOME="$HOME/.cache/spark-versions/spark-$SPARK_VERSION-bin-hadoop2.7"
./dev/lint-python
Expand Down

0 comments on commit f1d7fbe

Please sign in to comment.