Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathon2nd committed Nov 17, 2023
1 parent d9516d2 commit ee2ae52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: |
cp fp_tox.ini tox.ini
- name: Insert netaddr into execution-environment.yml
run: |
awk '/python: \|$/{print;print " netaddr";next}1' execution-environment.yml > temp.yml && mv temp.yml execution-environment.yml
- name: Build image
env:
DOCKER_BUILDKIT: 1
Expand Down
4 changes: 1 addition & 3 deletions fp_tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ skipsdist = True
[testenv]
basepython = python3
install_command = pip install {opts} {packages}
deps =
-r{toxinidir}/requirements.txt
netaddr
deps = -r{toxinidir}/requirements.txt

[testenv:podman]
passenv = HOME
Expand Down

0 comments on commit ee2ae52

Please sign in to comment.