From 0ef1d656bc0a46f7cec59eb26b49f1829e3655d5 Mon Sep 17 00:00:00 2001 From: Peng1104 Date: Thu, 19 Sep 2024 19:09:49 -0300 Subject: [PATCH] Update dependencies and add PyYAML to python-publish.yml --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 420f155..42bf2ba 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint build + pip install PyYAML pylint build - name: Run pylint run: | pylint setup.py yaml_manager\