Skip to content

Commit

Permalink
Merge pull request #18 from guredora403/master
Browse files Browse the repository at this point in the history
pullrequestのCIを修正
  • Loading branch information
yncat authored Jan 13, 2024
2 parents b241263 + dfc8cfd commit 0c6601f
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,23 @@ on:

jobs:
build:
uses: ./.github/workflows/testAndBuild.yml
runs-on: windows-latest

steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
architecture: x86
python-version: 3.8
cache: pip

- name: Install requirements
run: |
python -m pip install -r requirements.txt
- name: run scons
run: scons

0 comments on commit 0c6601f

Please sign in to comment.