Skip to content

Commit

Permalink
fix: ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
VinneyJ committed Oct 20, 2023
1 parent 65fa47e commit 6fe14fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Upgrade wheel
run: pip purge cache && pip install --upgrade setuptools wheel
run: pip install --upgrade setuptools wheel
- name: Install dependencies
run: pip install --upgrade pip && pip install -r requirements.txt

Expand Down

0 comments on commit 6fe14fc

Please sign in to comment.