Skip to content

Commit

Permalink
Update github actions python versions (#27)
Browse files Browse the repository at this point in the history
* add "request_and_validate" and "get_actions" methods

Refactored to solve linting suggestions
set to version 3.1

* update github pytest versions
  • Loading branch information
Ctri-The-Third authored Jun 18, 2023
1 parent d13d870 commit 20f8801
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest-all-supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.11.3
python-version: 3.11.4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -61,11 +61,11 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

# Runs a single command using the runners shell
# Runs a single command using te runners shell
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.10.11
python-version: 3.10.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 20f8801

Please sign in to comment.