Skip to content

Commit

Permalink
Trying to get rye working - tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed Aug 12, 2024
1 parent 92152de commit 2264de9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup rye (multiOS)
uses: atu4403/setup-rye-multiOS@v1
- name: Install rye
uses: eifinger/setup-rye@v4
with:
enable-cache: true

- name: Sync dependencies
run: |
rye pin ${{ matrix.python-version }}
rye sync
- name: Run tests
run: |
source .venv/bin/activate
python tests/test_mepo_commands.py -v
timeout-minutes: 5

0 comments on commit 2264de9

Please sign in to comment.