Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/domokane/FinancePy
Browse files Browse the repository at this point in the history
  • Loading branch information
domokane committed Sep 30, 2024
2 parents 2269543 + 31ff4c3 commit 6d3985b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-golden-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install dependencies and package
Expand All @@ -24,7 +24,7 @@ jobs:
run:
python golden_tests/run_all_tests.py
- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: result-differences-file-upload
path: golden_tests/differences/*.testLog
4 changes: 2 additions & 2 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: install dependencies
Expand Down

0 comments on commit 6d3985b

Please sign in to comment.