Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
adding dependecy installation for tox and user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitforcode committed Jul 4, 2024
1 parent 8e8b784 commit cdf2a9d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,10 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}

- name: Install Python dependencies
run: |
python -m pip install user-agents
python -m pip install --upgrade pip
python -m pip install --upgrade tox tox-gh-actions

0 comments on commit cdf2a9d

Please sign in to comment.