Skip to content

Commit

Permalink
try with different gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hafner committed Jan 23, 2024
1 parent cac85b9 commit 8672d4c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: ./.github/actions/install-python-and-package
with:
python-version: "3.11"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# python -m pip install flake8
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run unit tests
run: |
python -m unittest discover orangecontrib/storynavigation
Expand Down

0 comments on commit 8672d4c

Please sign in to comment.