Skip to content

Commit

Permalink
update build.yml gitactions
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4x0f committed Sep 15, 2023
1 parent d1c21a3 commit c1499e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: [3.8]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
zope.interface==6.0
netifaces>=0.10.9
dhcplib==0.1.1
tabulate>=0.8.5
Expand All @@ -19,4 +18,5 @@ beautifulsoup4>=4.9.1
PyJWT==2.1.0
Flask-RESTful>=0.3.9
aiofiles
zope.interface==6.0
ping3

0 comments on commit c1499e0

Please sign in to comment.