Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LesterLyu authored May 9, 2022
1 parent 01926d3 commit 7cd7c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda install pandas numpy xlsxwriter
conda install pandas numpy xlsxwriter openpyxl
- name: Build
run: |
python3 csv_to_turtle.py
Expand Down

0 comments on commit 7cd7c8b

Please sign in to comment.