File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 - name : Install python ${{matrix.python-version}} using pyenv in WSL
5858 shell : wsl-bash {0}
5959 run : |
60+ source ~/.bashrc
6061 pyenv install ${{matrix.python-version}}
6162 pyenv global ${{matrix.python-version}}
6263 - name : Clone repo
6869 - name : ' Install requirements (standard or constraints ${{ matrix.python-version }})'
6970 shell : wsl-bash {0}
7071 run : |
72+ source ~/.bashrc
7173 cd the_repo
7274 python -mvenv .env
7375 source .env/bin/activate
9597 - name : ' Install development requirements'
9698 shell : wsl-bash {0}
9799 run : |
100+ source ~/.bashrc
98101 cd the_repo
99102 source .env/bin/activate
100103
@@ -107,13 +110,15 @@ jobs:
107110 - name : ' pre-commit'
108111 shell : wsl-bash {0}
109112 run : |
113+ source ~/.bashrc
110114 cd the_repo
111115 source .env/bin/activate
112116
113117 pre-commit run -a
114118 - name : ' pytest + coverage (${{ matrix.python-version }})'
115119 shell : wsl-bash {0}
116120 run : |
121+ source ~/.bashrc
117122 cd the_repo
118123 source .env/bin/activate
119124
You can’t perform that action at this time.
0 commit comments