Skip to content

Commit 6462beb

Browse files
authored
Merge pull request #23 from netgroup/separate-nets
Separate topologies in nets, nets-in-progress, nets-unmantained
2 parents 1602556 + 9f64878 commit 6462beb

File tree

155 files changed

+5
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+5
-5
lines changed

.github/workflows/python_linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# Activate virtualenv
9797
source python${{ matrix.python-version }}-venv/bin/activate
9898
# Module to be tested
99-
module=nets
99+
module="nets nets-unmantained nets-in-progress"
100100
# pylint
101101
for file in $(find $module -type f); do
102102
if [ ${file: -3} == ".py" ]; then
File renamed without changes.

0 commit comments

Comments
 (0)