Skip to content

Commit

Permalink
pip install attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
serinko committed May 14, 2024
1 parent 1d31bd8 commit 012ad5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cd-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- name: Install Dependencies (Linux)
run: sudo apt-get update && sudo apt-get install -y build-essential curl wget libssl-dev libudev-dev squashfs-tools protobuf-compiler git python3
- name: Install Python3 plugins
run: sudo apt-get install -y python3-pandas
#run: sudo apt-get install -y python3-pandas
run: pip3 install pandas
- name: Install rsync
run: sudo apt-get install rsync
- uses: rlespinasse/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: Install Dependencies (Linux)
run: sudo apt-get update && sudo apt-get install -y build-essential curl wget libssl-dev libudev-dev squashfs-tools protobuf-compiler git python3
- name: Install Python3 plugins
run: sudo apt-get install -y python3-pandas
#run: sudo apt-get install -y python3-pandas
run: pip3 install pandas
- name: Install rsync
run: sudo apt-get install rsync
- uses: rlespinasse/[email protected]
Expand Down

0 comments on commit 012ad5e

Please sign in to comment.