Skip to content

Commit

Permalink
Check out sources first
Browse files Browse the repository at this point in the history
  • Loading branch information
ToveRumar committed Jan 11, 2025
1 parent 59f49d3 commit 70f6c52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
PYTHON_VERSION: ${{ matrix.python_version }}
timeout-minutes: 120
steps:
- name: Check out sources
uses: actions/checkout@v4

- name: Setup python environment
run: |
$(brew --prefix)/bin/python${PYTHON_VERSION} -m venv venv
Expand All @@ -32,9 +35,6 @@ jobs:
venv/bin/pip install pytest
venv/bin/pip install pytest-qt
- name: Check out sources
uses: actions/checkout@v4

- name: Install client
run: |
venv/bin/pip install -e .
Expand Down

0 comments on commit 70f6c52

Please sign in to comment.