Skip to content

Commit

Permalink
Merge pull request #500 from falquaddoomi/testing-workflow-fixes
Browse files Browse the repository at this point in the history
Marks 'run' commands that were failing as multiline strings
  • Loading branch information
falquaddoomi authored Dec 4, 2024
2 parents 183fc8a + b3cfd82 commit e84ad26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install packages
run:
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
- name: Run data tests
run:
run: |
pytest test/test_data.py -m "(longruns or not longruns) and not highmemory" -s -v
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run:
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
Expand Down

0 comments on commit e84ad26

Please sign in to comment.