Skip to content

Commit

Permalink
fix oracle8 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Feb 10, 2025
1 parent be93750 commit 6c3691c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- develop
- dependabot/*
- fix/oracle8

schedule:
- cron: '21 2 * * *'
Expand Down Expand Up @@ -83,9 +84,6 @@ jobs:
unzip ortools.zip
rm ortools.zip
- name: Init submodule
run: git submodule update --init --remote src/tests/resources/Antares_Simulator_Tests

- name: Install dependencies
run: |
pip3 install -r src/tests/examples/requirements.txt
Expand Down

0 comments on commit 6c3691c

Please sign in to comment.