From 33d6f16edce720a8700b2539e5c702165884d1fa Mon Sep 17 00:00:00 2001 From: Roman Muntean Date: Wed, 23 Oct 2024 09:42:22 +0100 Subject: [PATCH] more naming convention --- .github/workflows/main.yml | 2 +- CONTRIBUTING.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c1994a..3d75c5a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: run: | cd ${{ env.CUSTOM_CHECKOUT_LOC }} python -m pip install -U pip - python -m pip install -r ci-requirements.txt + python -m pip install -r requirements.txt - name: Prepare environment run: | cd ${{ env.CUSTOM_CHECKOUT_LOC }} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bab64dc..8bfea77 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,8 +21,8 @@ Contributions must meet a minimum criteria: * Docker CE * Python >= 3.6 * Creating a Python `venv` is highly recommended! -* Python modules listed in `ci-requirements.txt` - * Can be installed using `pip install -r ci-requirements.txt` +* Python modules listed in `requirements.txt` + * Can be installed using `pip install -r requirements.txt` * Repository cloned to `.../ansible_collections//` ## Dev Environment