Skip to content

Commit 37d7a80

Browse files
committed
spot check
1 parent d45ca29 commit 37d7a80

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/ci.yml

+27-27
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525

26-
- name: Install nvdiffrast dependencies
27-
uses: awalsh128/cache-apt-pkgs-action@latest
28-
with:
29-
packages: mesa-utils
30-
version: 1.0
26+
# - name: Install nvdiffrast dependencies
27+
# uses: awalsh128/cache-apt-pkgs-action@latest
28+
# with:
29+
# packages: mesa-utils
30+
# version: 1.0
3131

3232
# - name: Setup asset caching
3333
# id: cache-assets
@@ -65,31 +65,31 @@ jobs:
6565
cat /usr/share/glvnd/egl_vendor.d/10_nvidia.json
6666
sudo find / -name "*nvidia.so*"
6767
sudo find / -name "*nvidia*"
68-
glxinfo -B
68+
#glxinfo -B
6969
70-
# - name: Authenticate gcloud
71-
# id: auth
72-
# uses: google-github-actions/auth@v2
73-
# with:
74-
# credentials_json: "${{ secrets.ARTIFACT_REGISTRY_KEY }}"
70+
- name: Authenticate gcloud
71+
id: auth
72+
uses: google-github-actions/auth@v2
73+
with:
74+
credentials_json: "${{ secrets.ARTIFACT_REGISTRY_KEY }}"
7575

76-
# - name: Setup gcloud
77-
# uses: google-github-actions/setup-gcloud@v2
76+
- name: Setup gcloud
77+
uses: google-github-actions/setup-gcloud@v2
7878

79-
# - name: Install system environment and project dependencies
80-
# env:
81-
# GITHUB_CI: "true"
82-
# __EGL_VENDOR_LIBRARY_DIRS: "/usr/share/glvnd"
83-
# #LD_LIBRARY_PATH: "/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
84-
# run: |
85-
# ./install.sh
86-
# source ~/.bashrc
87-
# export PATH="/home/runner/.pixi/bin:/home/runner/.local/bin:$PATH"
88-
# export CPLUS_INCLUDE_PATH="$GITHUB_WORKSPACE/.pixi/envs/default/targets/x86_64-linux/include"
89-
# pixi tree
90-
# #export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu
91-
# env
92-
# pixi run -vv test
79+
- name: Install system environment and project dependencies
80+
env:
81+
GITHUB_CI: "true"
82+
__EGL_VENDOR_LIBRARY_DIRS: "/usr/share/glvnd"
83+
#LD_LIBRARY_PATH: "/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
84+
run: |
85+
./install.sh
86+
source ~/.bashrc
87+
export PATH="/home/runner/.pixi/bin:/home/runner/.local/bin:$PATH"
88+
export CPLUS_INCLUDE_PATH="$GITHUB_WORKSPACE/.pixi/envs/default/targets/x86_64-linux/include"
89+
pixi tree
90+
#export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu
91+
env
92+
pixi run -vv test
9393
9494
9595

0 commit comments

Comments
 (0)