Commit 9b0dacb Susan Vanderplas
committed
1 parent 19a75ad commit 9b0dacb Copy full SHA for 9b0dacb
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11
11
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
12
12
GH_PAT : ${{ secrets.GH_PAT }}
13
13
GITHUB_PAT : ${{ secrets.GH_PAT }}
14
+ WORKON_HOME : " ~/.virtualenvs"
14
15
15
16
steps :
16
17
- uses : actions/checkout@v4
23
24
run : |
24
25
sudo apt update
25
26
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
27
28
type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)
28
29
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg \
29
30
&& sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
39
40
python-version-file : ' .python-version'
40
41
cache-dependency-path : requirements.txt
41
42
install-cmd : " ./py-deps -i"
43
+ workon-home : " $WORKON_HOME"
42
44
43
45
- name : Test
44
46
run : |
You can’t perform that action at this time.
0 commit comments