Skip to content

Commit

Permalink
testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
losten-git committed Jun 26, 2024
1 parent ba9a830 commit 3de7a6d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
snmpsim-data-lextudio
snmpsim-lextudio
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: pip

- name: Install pip packages
run: pip install -r .github/requirements.txt

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libsnmp-dev

Expand Down Expand Up @@ -45,6 +53,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: pip

- name: Install pip packages
run: pip install -r .github/requirements.txt

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libsnmp-dev

Expand Down

0 comments on commit 3de7a6d

Please sign in to comment.