Skip to content

Commit

Permalink
fixup! Move remaining OpenAI code to new subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
juztamau5 committed Mar 10, 2024
1 parent 3a39985 commit f73808b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ jobs:
if: steps.cache-build.outputs.cache-hit != 'true'
run: |
sudo apt-get update
sudo apt-get install -y build-essential cmake python3-pip libgtest-dev
sudo apt-get install -y \
build-essential \
cmake \
gcc \
libgtest-dev \
python3-pip
python3 -m pip install --upgrade pip setuptools setuptools_scm
- name: Build OpenAI
Expand Down
1 change: 0 additions & 1 deletion openai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,5 @@ def run(self):
'retro.data.contrib': platform_globs,
},
setup_requires=['setuptools_scm'],
use_scm_version=use_scm_version,
**kwargs
)

0 comments on commit f73808b

Please sign in to comment.