Skip to content

Commit

Permalink
Move setup tests to secret steps, move pip after setup repository
Browse files Browse the repository at this point in the history
Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Dec 17, 2024
1 parent dbcee43 commit 5cce874
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,18 @@ jobs:
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
yum update -y
yum install -y git tar wget libnsl bc time make gcc gcc-c++ perl python3 python3-pip
pip3 install -r requirements.txt
- name: Setup repository
uses: actions/checkout@v4

- name: Get Submodules
run: |
git submodule update --init --recursive
run: git submodule update --init --recursive

- name: Install Pyenv
run: |
./install.sh
- name: Install Python Packages
run: pip3 install -r requirements.txt

- name: Setup Tests
run: |
make install-uvm
source activate.sh
- name: Install Pyenv
run: ./install.sh

- name: Run Tests
run: _secret_run_i3c_tests

0 comments on commit 5cce874

Please sign in to comment.