Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abbastoof authored Jun 2, 2024
1 parent aa17084 commit 564174f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Upgrade setuptools
run: pip install --upgrade setuptools

- name: Checkout code
uses: actions/checkout@v3 # Checkout the repository code

Expand All @@ -24,7 +21,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: 3.11 # Use Python version 3.11

- name: Install setuptools
run: |
python -m pip install setuptools==58.0.4
# Install project dependencies
- name: Install dependencies
run: |
Expand Down

0 comments on commit 564174f

Please sign in to comment.