Skip to content

Commit

Permalink
try out eifinger/setup-rye instead
Browse files Browse the repository at this point in the history
  • Loading branch information
toshok committed Oct 1, 2024
1 parent 69b4011 commit 54e1cb4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/pyright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Create keys.cfg
run: |
touch keys.cfg
run: touch keys.cfg
- name: Install rye
run: |
curl -sSf https://rye.astral.sh/get | bash
uses: eifinger/setup-rye@v4
with:
version: 'latest'
- name: Install dependencies
run: |
rye sync
run: rye sync
- name: Typecheck replayio code
run: |
rye run replayio-typecheck
run: rye run replayio-typecheck
17 changes: 7 additions & 10 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Pull swe-agent docker container
run: |
docker pull sweagent/swe-agent:latest
run: docker pull sweagent/swe-agent:latest
- name: Create keys.cfg
run: |
touch keys.cfg
run: touch keys.cfg
- name: Install rye
run: |
curl -sSf https://rye.astral.sh/get | bash
uses: eifinger/setup-rye@v4
with:
version: 'latest'
- name: Install dependencies
run: |
rye sync
run: rye sync
- name: Run replayio tests
run: |
rye run replayio-tests
run: rye run replayio-tests

0 comments on commit 54e1cb4

Please sign in to comment.