Skip to content

Commit

Permalink
update dev test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Mar 29, 2024
1 parent 0a08923 commit 94bb45c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test_flowkit_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -35,8 +35,9 @@ jobs:
- name: Install FlowKit
working-directory: flowkit
run: |
pip install -r requirements.txt
pip install .
pip install ../flowio
pip freeze | grep -i flowio
- name: Run FlowKit tests
working-directory: flowkit
Expand Down

0 comments on commit 94bb45c

Please sign in to comment.