Skip to content

Commit

Permalink
Try w/o container
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed Nov 26, 2024
1 parent ab45770 commit bc328c5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: CI

on:
push:
branches:
- "master"
pull_request:
workflow_dispatch:

Expand All @@ -13,11 +11,8 @@ permissions:
jobs:
systemtest:
runs-on: ubuntu-22.04
container:
image: debian:11
env:
python-version: 3.9
options: --cpus 1
env:
python-version: 3.9
steps:
- name: Test image
run: |
Expand Down

0 comments on commit bc328c5

Please sign in to comment.