@@ -18,7 +18,10 @@ jobs:
|
||||
with:
|
||||
python-version: "3.12"
|
||||
|
||||
- name: Create env
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Create virtualenv
|
||||
run: |
|
||||
python -m virtualenv .venv
|
||||
|
||||
@@ -30,12 +33,9 @@ jobs:
|
||||
python -m pip install copier PySide6 bec_lib
|
||||
echo $(which copier)
|
||||
python -c "import bec_lib; print(bec_lib.__file__)"
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Perform update
|
||||
run: |
|
||||
tree ../..
|
||||
source .venv/bin/activate
|
||||
git config --global user.email "bec_ci_staging@psi.ch"
|
||||
git config --global user.name "BEC automated CI"
|
||||
|
||||
Reference in New Issue
Block a user