Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoaquim committed Oct 4, 2023
1 parent ba9bcd5 commit 9dce362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: API Integration Tests
on:
push:
branches:
- feature/openbb-sdk-v4
- feature/int-tests-dt-processing
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda
echo "$HOME/miniconda/bin" >> $GITHUB_PATH
- name: Create and Activate Conda Environment
run: |
conda create -n obb-38 python=3.8 -y
Expand Down

0 comments on commit 9dce362

Please sign in to comment.