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 2572b21 commit 5104c5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/script_module_list.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# documentation: https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: Module overview script (lint + test)
on:
push:
Expand Down Expand Up @@ -32,11 +33,11 @@ jobs:
pytest-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
- name: Set up Python
uses: actions/setup-python@v4
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 5104c5d

Please sign in to comment.