Skip to content

Commit

Permalink
downgrade ci/cd (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-moamen committed May 28, 2024
1 parent 16608c9 commit ccde2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.12'
python-version: '3.10'

- name: Check out code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.12'
python-version: '3.10'

- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit ccde2e1

Please sign in to comment.