Skip to content

Commit

Permalink
revert: .github/workflows/ci.yml and remove the requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMehraji committed Jan 8, 2025
1 parent 3f66f26 commit 0e347d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install -r requirements.txt
run: pip3 install ansible molecule molecule-plugins[docker] docker

- name: Run Molecule tests.
run: molecule test
Expand Down
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

0 comments on commit 0e347d1

Please sign in to comment.