Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Apr 27, 2024
1 parent 8842ab7 commit 0448151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'

- name: Check if requirements.txt has changed
id: check-requirements
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'

- name: Package
run: |
Expand Down

0 comments on commit 0448151

Please sign in to comment.