Skip to content

Commit

Permalink
Workflow fixed to install python
Browse files Browse the repository at this point in the history
  • Loading branch information
Keshavrajsinghal committed Jun 26, 2024
1 parent 1fb9e1b commit a22a0aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
with:
submodules: recursive

- name: Set up Python
uses: actions/setup-python@v5
with:
python-verison: '3.8'


- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
Expand Down
1 change: 1 addition & 0 deletions test/ExponentialPremiumPriceOracle/decayedPremium.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ contract DecayedPremium is ExponentialPremiumOracleBase {
uint256 actualPremium = oracle.decayedPremium(elapsed);
assertEq(actualPremium, expectedPremium);
}

}

0 comments on commit a22a0aa

Please sign in to comment.