Skip to content

Commit

Permalink
fix: fix ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Feb 26, 2024
1 parent adefd61 commit cd9c951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: matrix.python-version
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install requirements
run: pip install -r requirements/ci.txt
Expand Down

0 comments on commit cd9c951

Please sign in to comment.