update
This commit is contained in:
parent
7f979a96c0
commit
cba154a3a3
@ -27,7 +27,7 @@ jobs:
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
pyenv virtualenv ${{ matrix.python }} "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
|
||||
|
||||
- name: Activate Virtual Environment
|
||||
- name: Activate Virtual Environment And Setup
|
||||
run: |
|
||||
export PATH="$HOME/.pyenv/bin:$PATH"
|
||||
eval "$(pyenv init --path)"
|
||||
@ -35,12 +35,8 @@ jobs:
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
pyenv activate "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
|
||||
python --version # Confirm Python version
|
||||
|
||||
- name: Install dotenv
|
||||
run: pip install python-dotenv --break-system-packages
|
||||
|
||||
- name: Setup
|
||||
run: make install
|
||||
pip install python-dotenv
|
||||
pip install --no-input -r requirements.txt
|
||||
|
||||
- name: Generate Config
|
||||
run: make gen_config
|
||||
|
Loading…
Reference in New Issue
Block a user