update @native
This commit is contained in:
parent
5f2e4d0a4a
commit
e4ecf0529b
@ -5,17 +5,16 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: host
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.ref_name }}
|
||||
- name: Activate python virtual
|
||||
run: python3 -m venv venv
|
||||
- name: test venv
|
||||
run: ${{ github.workspace }}/venv/bin/pip --version
|
||||
# test:
|
||||
# runs-on: host
|
||||
# steps:
|
||||
# - name: Checkout Repository
|
||||
# uses: actions/checkout@v4
|
||||
# with:
|
||||
# ref: ${{ github.ref_name }}
|
||||
|
||||
# - name: test venv
|
||||
# run: ${{ github.workspace }}/venv/bin/pip --version
|
||||
setup_native:
|
||||
if: contains(github.event.head_commit.message, '@native')
|
||||
runs-on: host
|
||||
@ -24,6 +23,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.ref_name }}
|
||||
- name: Create python virtualenv
|
||||
run: python3 -m venv venv
|
||||
|
||||
- name: Setup
|
||||
run: make install
|
||||
|
Loading…
Reference in New Issue
Block a user