Skip to content

Commit

Permalink
Dev (#10)
Browse files Browse the repository at this point in the history
* change value of random state

* Create 03-pull-request-success.yml

github action to indicate successful PR merges

* Update train.py

* Update 04-code-checks.yml

add unit testing workflow for code changes to dev

* Update 04-code-checks.yml

* Update 04-code-checks.yml

* Update 04-code-checks.yml
  • Loading branch information
saldanhad authored Oct 29, 2023
1 parent d7f306c commit 0dc90f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/04-code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: dev # Specify the branch to check out

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.8'

Expand Down

0 comments on commit 0dc90f3

Please sign in to comment.