Skip to content

Commit

Permalink
CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
luca7084 committed Aug 1, 2023
1 parent c4141cb commit 08c2d9d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commit-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
echo "${{ secrets.TOKEN2 }}" | ssh-add -
pip install git+ssh://[email protected]/twiinIT/maintenance.git@main
pip install flake8 pytest
conda install -c conda-forge pyoccad
if [ -f requirements-ci.txt ]; then pip install -r requirements-ci.txt; fi
- name: Test with pytest
Expand Down
2 changes: 0 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ dependencies:
- cosapp
- numpy
- cosapp_fmu
- pyoccad
- pythonocc-core
2 changes: 0 additions & 2 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ isort
black
pre-commit
OMPython
pythonocc-core
pyoccad
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ black
pre-commit
cosapp_fmu @ git+ssh://[email protected]/twiinIT/cosapp-fmu.git@master
OMPython
pythonocc-core
pyoccad

0 comments on commit 08c2d9d

Please sign in to comment.