Skip to content

Commit

Permalink
update workflow module test
Browse files Browse the repository at this point in the history
  • Loading branch information
vsc46128 vscuser committed Mar 27, 2024
1 parent 2b51652 commit b5bc5ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 28 deletions.
14 changes: 0 additions & 14 deletions .flake8

This file was deleted.

28 changes: 14 additions & 14 deletions .github/workflows/script_module_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ on: [push, pull_request]
permissions: read-all
jobs:

flake8-lint:
runs-on: ubuntu-20.04
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
- name: Set up Python environment
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
with:
python-version: "3.6"
- name: Run flake8 to verify PEP8-compliance of Python code
run: |
flake8
# flake8-lint:
# runs-on: ubuntu-20.04
# name: Lint
# steps:
# - name: Check out source repository
# uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
# - name: Set up Python environment
# uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
# with:
# python-version: "3.6"
# - name: Run flake8 to verify PEP8-compliance of Python code
# run: |
# flake8

pytest-tests:
runs-on: ubuntu-20.04
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
with:
python-version: '3.6'
python-version: '3.10'
- name: Install dependencies
run: |
cd scripts/available_software
Expand Down

0 comments on commit b5bc5ca

Please sign in to comment.