Skip to content

Commit

Permalink
Merge pull request #13 from Plato-solutions/fix/github_workflow
Browse files Browse the repository at this point in the history
Fix/GitHub workflow
  • Loading branch information
abhijeet-plato authored Oct 16, 2023
2 parents d20ae1c + ae45591 commit 8f93ff3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ jobs:
run: conda install pip --yes
- name: Install Python packages from requirements.txt
run: pip install -r requirements.txt
- name: Install Problematic Packages via Conda with specific channel
run: conda install -c conda-forge rx # <- This is the updated line
- name: Build and Publish to Anaconda
env:
ANACONDA_USERNAME: ${{ secrets.ANACONDA_USERNAME }}
Expand All @@ -130,4 +132,3 @@ jobs:
conda build .
anaconda login --user $ANACONDA_USERNAME --password $ANACONDA_PASSWORD
anaconda upload $HOME/miniconda/conda-bld/**/artifician*.tar.bz2
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
3 changes: 2 additions & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ requirements:
run:
- python >=3.6
- pandas
- rx
- conda-forge::rx
- anaconda::beautifulsoup4

0 comments on commit 8f93ff3

Please sign in to comment.