Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanbulut authored Aug 9, 2024
1 parent d37f3ef commit 430aa5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.14
- name: Set up Python 3.14.0
uses: actions/setup-python@v3
with:
python-version: '3.14'
python-version: '3.14.0'
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name workspace_pcap && conda activate workspace_pcap
conda env update --file environment.yml --name workspace_pcap
conda activate workspace_pcap
- name: Lint with flake8
run: |
conda install flake8
Expand Down

0 comments on commit 430aa5b

Please sign in to comment.