This commit is contained in:
parent
1fc6cfc1d2
commit
4082cb90c0
@ -8,4 +8,13 @@ jobs:
|
|||||||
name: Test migration
|
name: Test migration
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Set up Python 3.11
|
||||||
|
run: |
|
||||||
|
apt install -yqq python3 python3-docs python3-pip
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: |
|
||||||
|
python3 -m pip install --upgrade pip
|
||||||
|
pip3 install -r requirements.txt
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user