fixed 'uses' and 'run' conflict

This commit is contained in:
fancybody 2023-10-13 17:55:40 +05:30 committed by GitHub
commit 116c8c4b05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,10 +19,11 @@ jobs:
with: with:
ref: master ref: master
- name: Set up Python and install dependencies - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.10'
- name: Install Python dependencies
run: python -m pip install bs4 requests lxml run: python -m pip install bs4 requests lxml
- name: Check for driver updates - name: Check for driver updates