From 368c2aac24c6ebdc83bd6df1f3b4bea570114e86 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Tue, 27 Apr 2021 13:47:29 -0400 Subject: [PATCH] Fix path to manage.py --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d80823dc..36d1f3350 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: ln -s configuration.testing.py netbox/netbox/configuration.py - name: Collect static files - run: python netbox/netbox/manage.py collectstatic --no-input + run: python netbox/manage.py collectstatic --no-input - name: Check PEP8 compliance run: pycodestyle --ignore=W504,E501 netbox/