There was an error while loading. Please reload this page.
1 parent a5ddc96 commit decec60Copy full SHA for decec60
1 file changed
.github/workflows/github-actions.yml
@@ -3,14 +3,16 @@ on: [push]
3
jobs:
4
Run-tests:
5
#runs-on: ubuntu-latest
6
- runs-on: Ubuntu 22.04
+ #runs-on: Ubuntu 22.04
7
+ runs-on: Ubuntu 20.04
8
steps:
9
- uses: actions/checkout@v3
- - name: Set up Python 3.9
10
+ - name: Set up Python
11
uses: actions/setup-python@v4
12
with:
13
#python-version: '3.9'
- python-version: '3.12'
14
+ #python-version: '3.12'
15
+ python-version: '3.8'
16
env:
17
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
18
- name: Install
0 commit comments