Skip to content

Commit

Permalink
build: Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 authored Mar 26, 2024
1 parent 9103f12 commit 075101f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ jobs:
node-version: ${{ env.NODE_VER }}
- name: Install Dependencies
run:
if [ "${{ matrix.python-version }}" == "3.8" ]; then
pip install pyyaml==5.4.1
elif [ "${{ matrix.python-version }}" == "3.11" ]; then
pip install pyyaml==6.0.1
fi
# if [ "${{ matrix.python-version }}" == "3.8" ]; then
# pip install pyyaml==5.4.1
# elif [ "${{ matrix.python-version }}" == "3.11" ]; then
# pip install pyyaml==6.0.1
# fi
make requirements
- name: Install Firefox
run: |
Expand Down

0 comments on commit 075101f

Please sign in to comment.