parent
040171129a
commit
925943a5ee
|
@ -103,8 +103,10 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd $HOME
|
cd $HOME
|
||||||
git clone https://github.com/${REP} --depth=1 --branch ${GITHUB_REF##*heads/}
|
git clone https://github.com/${REP}
|
||||||
pip3 install --user --no-deps ./${REP##*/}
|
cd ./${REP##*/}
|
||||||
|
git checkout --force ${GITHUB_SHA}
|
||||||
|
pip3 install --user --no-deps .
|
||||||
env:
|
env:
|
||||||
REP: ${{github.repository}}
|
REP: ${{github.repository}}
|
||||||
- name: secret
|
- name: secret
|
||||||
|
@ -158,7 +160,7 @@ jobs:
|
||||||
brew: pkg-config ninja
|
brew: pkg-config ninja
|
||||||
- name: Install python modules
|
- name: Install python modules
|
||||||
run: |
|
run: |
|
||||||
pip3 install meson==0.52.1 pytest distro
|
pip3 install meson==0.52.1 pytest requests distro
|
||||||
pip3 install --no-deps $GITHUB_WORKSPACE
|
pip3 install --no-deps $GITHUB_WORKSPACE
|
||||||
- name: secret
|
- name: secret
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
@ -86,8 +86,10 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd $HOME
|
cd $HOME
|
||||||
git clone https://github.com/${REP} --depth=1 --branch ${GITHUB_REF##*heads/}
|
git clone https://github.com/${REP}
|
||||||
pip3 install --user --no-deps ./${REP##*/}
|
cd ./${REP##*/}
|
||||||
|
git checkout --force ${GITHUB_SHA}
|
||||||
|
pip3 install --user --no-deps .
|
||||||
env:
|
env:
|
||||||
REP: ${{github.repository}}
|
REP: ${{github.repository}}
|
||||||
- name: secret
|
- name: secret
|
||||||
|
@ -139,7 +141,7 @@ jobs:
|
||||||
brew: pkg-config ninja
|
brew: pkg-config ninja
|
||||||
- name: Install python modules
|
- name: Install python modules
|
||||||
run: |
|
run: |
|
||||||
pip3 install meson==0.52.1 pytest requests
|
pip3 install meson==0.52.1 pytest requests distro
|
||||||
pip3 install --no-deps $GITHUB_WORKSPACE
|
pip3 install --no-deps $GITHUB_WORKSPACE
|
||||||
- name: secret
|
- name: secret
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue