Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:

- name: Dependencies
run: |
sudo apt-get install cmake libffi-dev ethtool python3-dev
sudo apt-get install cmake libffi-dev ethtool python3-dev python3-venv
python3 -m venv $HOME/ptf-test-venv
source $HOME/ptf-test-venv/bin/activate
python3 -m pip install --upgrade pip setuptools nose2 wheel
python -m pip install scapy==${{ matrix.scapy_version }}

Expand All @@ -57,6 +59,7 @@ jobs:

- name: Install
run: |
source $HOME/ptf-test-venv/bin/activate
python3 -m pip install .
ptf --version

Expand All @@ -66,6 +69,7 @@ jobs:

- name: Script
run: |
source $HOME/ptf-test-venv/bin/activate
pip --verbose list
python3 CI/check-nnpy.py
./CI/run_tests.sh