Skip to content

Commit

Permalink
Update basic-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XdoctorwhoZ authored Nov 3, 2023
1 parent 06e7b67 commit a9f1122
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push]
jobs:
Tests:
runs-on: ubuntu-latest
container: ubuntu:20.04
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand All @@ -15,9 +14,9 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.11-dev'
python-version: '3.11'

- run: apt-get install -y python3-pip
- run: apt-get install -y python3.11 python3-pip

# ---
- run: pip install -r ./tests/requirements.txt
Expand Down

0 comments on commit a9f1122

Please sign in to comment.