Skip to content

Commit

Permalink
try ubuntu 20.04 for the visual regression
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Mar 14, 2023
1 parent 63c953d commit 843caab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
- name: Python tests
run: pytest tests examples/Marks

# - name: JavaScript tests
# run: yarn run test
# working-directory: js
- name: JavaScript tests
run: yarn run test
working-directory: js

- name: Build Python package
run: |
Expand All @@ -88,7 +88,7 @@ jobs:
path: ./dist

visual-regression-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: [build]

steps:
Expand Down
2 changes: 0 additions & 2 deletions js/shaders/scatter-vertex.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ vec3 rotate_xy(vec3 x, float angle) {
return vec3(m * x.xy, x.z);
}

1 = a;

void main(void) {

vec3 animation_time = vec3(animation_time_x, animation_time_y, animation_time_z);
Expand Down

0 comments on commit 843caab

Please sign in to comment.