Skip to content

Commit

Permalink
remove yml dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bpben committed Mar 8, 2024
1 parent 0272fe5 commit 9029812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,15 @@ jobs:
auto-update-conda: true
activate-environment: crash-model
#environment-file: conda-osx-64.lock
environment-file: environment_mac.yml
#environment-file: environment_mac.yml
channels: conda-forge, defaults
channel-priority: strict
- name: Run mac tests
run: |
set -eo pipefail
. /usr/local/miniconda/etc/profile.d/conda.sh
sudo chown -R $USER $CONDA
conda env create --name crash-model -f requirements.txt
conda activate crash-model
cd src
pylint pipeline.py initialize_city.py data/*.py visualization/*.py data_standardization/*.py models/*.py features/*.py tools/*.py
Expand Down

0 comments on commit 9029812

Please sign in to comment.