Skip to content

Commit 9b0dacb

Browse files
author
Susan Vanderplas
committed
Try with new version?
1 parent 19a75ad commit 9b0dacb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1212
GH_PAT: ${{ secrets.GH_PAT }}
1313
GITHUB_PAT: ${{ secrets.GH_PAT }}
14+
WORKON_HOME: "~/.virtualenvs"
1415

1516
steps:
1617
- uses: actions/checkout@v4
@@ -23,7 +24,7 @@ jobs:
2324
run: |
2425
sudo apt update
2526
sudo apt upgrade
26-
sudo apt install -y libudunits2-dev libgdal-dev python3-virtualenv virtualenv virtualenvwrapper
27+
sudo apt install -y libudunits2-dev libgdal-dev
2728
type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)
2829
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \
2930
&& sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
@@ -39,6 +40,7 @@ jobs:
3940
python-version-file: '.python-version'
4041
cache-dependency-path: requirements.txt
4142
install-cmd: "./py-deps -i"
43+
workon-home: "$WORKON_HOME"
4244

4345
- name: Test
4446
run: |

0 commit comments

Comments
 (0)