update @native
All checks were successful
Setup Docker Action / setup_docker (3.12.7) (push) Has been skipped
Setup Native Action / setup_native (push) Successful in 46s

This commit is contained in:
hoangvv 2025-01-15 09:08:46 +07:00
parent 5f2e4d0a4a
commit e4ecf0529b

View File

@ -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