Update data_tests.yml

This commit is contained in:
khagen 2023-10-05 15:54:35 +02:00 committed by GitHub
parent 691fa5d665
commit de8049ae34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -3,22 +3,19 @@ name: data-tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
- energy
jobs:
measure-energy:
runs-on: ubuntu-latest
name: Run power usage check
steps:
- run: sar -u 1 240
- run: sar -u 1 240 -X
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.9, "3.10", "3.11"]
python-version: ["3.11"]
experimental: [false]
steps:
- uses: actions/checkout@v3