Skip to content

Commit

Permalink
Use pip instead of pipx [minor]
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykironde authored Nov 2, 2024
1 parent c62b68f commit cbb5c3c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
- name: Setup R (Ubuntu)
uses: eddelbuettel/github-actions/r2u-setup@master

- name: Install system dependencies

- name: Install Python and packages
run: |
pipx install --include-deps pandas numpy landsatxplore
python -m pip install --upgrade pip
python -m pip install pandas numpy landsatxplore
- name: Install packages
run: Rscript install-packages.R
Expand Down

0 comments on commit cbb5c3c

Please sign in to comment.