Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosler committed Sep 1, 2023
1 parent 4b958a3 commit e1bacbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Setup Config
run: |
mkdir ~/.oci
echo $OCIFS_CONFIG >> ~/.oci/config
echo $OCIFS_PEM_KEY >> ~/.oci/oci_api_key.pem
- name: Lint with flake8
run: |
conda install flake8
Expand Down

0 comments on commit e1bacbf

Please sign in to comment.