Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aradermacher committed Jun 29, 2023
1 parent f24f35d commit 7566917
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/usecase.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# This workflow will install the environment, run the usecase param_wall

name: Tests for pgdrome
name: Test

on: [push]

env:
CACHE_NUMBER: 1 # increase to reset cache manually

jobs:
# Run tests
test_model:
Expand All @@ -22,7 +19,7 @@ jobs:
channels: conda-forge
channel-priority: strict
auto-update-conda: true
environment-file: environment.yml
environment-file: environment.yaml

- name: Install package
run: git clone https://github.com/tpaviot/pythonocc-utils.git && pip install ./pythonocc-utils
Expand Down

0 comments on commit 7566917

Please sign in to comment.