Skip to content

Commit

Permalink
more naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Muntean committed Oct 23, 2024
1 parent b96be3b commit 33d6f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<collection_namespace>/<collection_name>`

## Dev Environment
Expand Down

0 comments on commit 33d6f16

Please sign in to comment.