Skip to content

Commit

Permalink
Fixing bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
franck403 committed Feb 21, 2024
1 parent f745d84 commit c3cb961
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ name: Build pyract
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest
strategy:
max-parallel: 3
max-parallel: 2
matrix:
python-version: [3.11]

Expand All @@ -27,3 +25,8 @@ jobs:
- name: Run Tests
run: |
python main/setup.py
- name: Copy build directory
run: |
mkdir build
cp -R /build/* build/

0 comments on commit c3cb961

Please sign in to comment.