Skip to content

Commit

Permalink
testing using cache pip
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamguys committed Apr 7, 2024
1 parent d17bd8e commit 5a7b64b
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,17 @@ jobs:


steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
- run: pip install -r irctc-captcha-solver/requirements.txt

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -r irctc-captcha-solver/requirements.txt
- name: Install Node.js and npm
uses: actions/setup-node@v4
with:
node-version: '21.7.1'
- name: Install Node.js and npm
uses: actions/setup-node@v4
with:
node-version: '21.7.1'

#- name: Installing Cypress
# run: npm install cypress

0 comments on commit 5a7b64b

Please sign in to comment.