Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Sep 12, 2024
1 parent 6ccc913 commit c14bec5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
run: |
pyenv global 3.8.6
python -m pip install --upgrade pip
python -m pip install -r conans/requirements.txt
python -m pip install -r conans/requirements_dev.txt
python -m pip install meson
/home/runner/.pyenv/shims/python -m pip install --upgrade pip
/home/runner/.pyenv/shims/python -m pip install -r conans/requirements.txt
/home/runner/.pyenv/shims/python -m pip install -r conans/requirements_dev.txt
/home/runner/.pyenv/shims/python -m pip install meson
- name: Run tests
run: |
python -m pytest test/unittests --durations=20 -n 4
/home/runner/.pyenv/shims/python -m pytest test/unittests --durations=20 -n 4
# linux_functional:
# needs: cancel_previous
Expand Down

0 comments on commit c14bec5

Please sign in to comment.