From a94a33e0283d832501f22d6f9af5f0ea5bc27b1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Wed, 23 Nov 2022 22:33:22 +0100 Subject: [PATCH] Update actions --- .github/workflows/main.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eddb933..a78698d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,17 +13,10 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python: ["3.10", "3.11"] + python: ["3.10"] steps: - uses: actions/checkout@v3 - # - name: Setup upterm session - # uses: lhotari/action-upterm@v1 - # with: - # ## limits ssh access and adds the ssh public key for the user which triggered the workflow - # limit-access-to-actor: true - # ## limits ssh access and adds the ssh public keys of the listed GitHub users - # limit-access-to-users: rmontanana - name: Set up Python ${{ matrix.python }} uses: actions/setup-python@v2 with: @@ -49,10 +42,8 @@ jobs: run: | pip install -q --upgrade pip pip install -q -r requirements.txt - pip install -q --upgrade codecov coverage black flake8 flit + pip install -q --upgrade codecov coverage black flake8 git clone https://github.com/Doctorado-ML/bayesclass.git - cd bayesclass - flit install -s - name: Lint run: | black --check --diff benchmark