Skip to content

Commit

Permalink
maybe this yml
Browse files Browse the repository at this point in the history
Signed-off-by: dafnapension <[email protected]>
  • Loading branch information
dafnapension committed Oct 14, 2024
1 parent 078cfe0 commit e8d9a01
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ jobs:

steps:
- name: Set up
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'

- run: curl -LsSf https://astral.sh/uv/install.sh | sh
- run: uv pip install --system -e ".[tests]"
- run: pip install coverage[toml]
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install requirements
run: |
pip install -r requirements/dev.rqr
- name: Create profile/logs dir
run: mkdir -p profile/logs
Expand Down

0 comments on commit e8d9a01

Please sign in to comment.