Skip to content

Commit

Permalink
TEMP: Try python 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
moodyjon committed Feb 7, 2023
1 parent d4f98fb commit 8def4d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.8'
- name: extract pip cache
uses: actions/cache@v3
with:
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.8'
- name: set pip cache dir
shell: bash
run: echo "PIP_CACHE_DIR=$(pip cache dir)" >> $GITHUB_ENV
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.8'
- if: matrix.test == 'other'
run: |
sudo apt-get update
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.8'
- id: os-name
uses: ASzc/change-string-case-action@v5
with:
Expand Down

2 comments on commit 8def4d5

@Sebastianucho
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Biegać

@Sebastianucho
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Biegać

Please sign in to comment.