update
Some checks failed
Setup Native Action / setup_native (push) Waiting to run
Setup Docker Action / setup_docker (3.12.7) (push) Has been skipped
Setup Native Action / test (push) Has been cancelled

This commit is contained in:
hoangvv 2025-01-15 09:00:41 +07:00
parent 0e4b51614c
commit d6a89f5dd8

View File

@ -12,6 +12,8 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- name: Sleep for 300 seconds
run: sleep 300s
- name: test venv
run: ${{ github.workspace }}/venv/bin/pip --version
setup_native: