Skip to content

Commit

Permalink
added events for action
Browse files Browse the repository at this point in the history
  • Loading branch information
arivers committed Sep 17, 2024
1 parent 9afb32f commit dea4b48
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: GitHub Actions Weekly Build (V2)

on:
push:
branches:
- main
pull_request:
schedule:
- cron: "0 0 */7 * *"

Expand All @@ -14,7 +13,7 @@ jobs:
max-parallel: 5
steps:
- uses: actions/checkout@v2
- name: Set up Python 398
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
Expand All @@ -31,7 +30,7 @@ jobs:
echo $CONDA_PREFIX
$CONDA/bin/conda list
$CONDA/bin/conda info --base
conda create --name testenv python=3.9.19
conda create --name testenv python=3.9
#CONDA_PREFIX=/usr/share/miniconda/envs/testenv
$CONDA/bin/conda info
$CONDA/bin/conda list
Expand Down

0 comments on commit dea4b48

Please sign in to comment.