Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Fix CI add uses
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Sep 2, 2020
1 parent 8e6281c commit e9c2fb1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
uses: actions/checkout@v1

- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: '3.8'

Expand Down Expand Up @@ -128,7 +129,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1


- uses: actions/setup-python@v1
with:
python-version: '3.8'

- name: Install dependencies
run: |
sed -i 's,PyQt5,PySide2,g' requirements.txt
Expand Down

0 comments on commit e9c2fb1

Please sign in to comment.