Skip to content

Commit

Permalink
add yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Ben Makhlouf committed Mar 13, 2024
1 parent d2963c4 commit 10714fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11

- name: Install dependencies
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "::set-output name=dir::$(pip cache dir)"
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.pip-cache.outputs.dir }}
key:
Expand All @@ -37,7 +37,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox tox-gh-actions setuptools
python -m pip install --upgrade setuptools wheel
python -m pip install --upgrade tox tox-gh-actions
- name: Tox tests
run: |
Expand Down

0 comments on commit 10714fa

Please sign in to comment.